Hello , I am working on
java based simple program as my school work.
It is "Test maker" with implementet "Tester"..
I made tester gui as JDialog ,because it does not have maximalize/minimalize button.
However you can still minimalize it in windows easily ,just left click on panel with button "x" and select minimalize or through task manager.
However this GUI have to be always on top and should not be minimalized.
Is there any way I can maximalize JDialog to put this part of code into public void windowIconified(WindowEvent e) so everytime it will be minimalized ,it will be maximalized back.