|
|
Re: Setting Image as Background for JFrame.
|
Posted: Jun 17, 2005 5:35 AM
|
|
You can not be serious man!!
Java is a relatively new language, let alone the Swing API.
The swing API is *mainly* to provide developers with a library to create GUIs - Graphical User Interface (whose sole purpose is to provide User friendly Interfaces: drop down menus, etc).
Now I say *mainly* because I'm not a Sun Micro Systems engineer so I have no clue if they had secondary aspects in mind, but personally and with most developers I've come across, the Swing library is used to provide a neat GUI. Functionality is provided by other AI modules and Controllers.
Really how much functionality does a simple ".getText method provide()" or even at best an ActionListener, all its doing is toying with User interaction at a Prettier level (once again the real functionality lies on the backend - GUIs provide you with a pretty Front end)...
|
|