so i know japplet, jframe, jdialog, jwindow, jpanel windows to create gui.
japplet = you use japplet for website with no resizeable or main buttons
jframe = ???
...
try to explain as much as you can. i want to know adv and dis of these window.
so i know japplet, jframe, jdialog, jwindow, jpanel windows to create gui.
japplet = you use japplet for website with no resizeable or main buttons
jframe = ???
...
try to explain as much as you can. i want to know adv and dis of these window.
Use JFrame for a normal application window - not a web site - resizable, minimise/maximise/close buttons etc.
You can move the window and resize it.
A JFrame has some notion of how to respond when the user attempts to close the window.
You can also follow the link given for more information:
http://docs.oracle.com/javase/tutorial/uiswing/components/toplevel.html
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.