JFrames with only the close button
I have been writing a notepad as my first java project and have done most things but cant seem to fix this: coding a JFrame with only the close button. Most of us know that when you click Help > About... a window pops up describing the company that wrote the software.
Please help....
[297 byte] By [
Bornixa] at [2007-11-27 11:16:45]

> I have been writing a notepad as my first java
> project and have done most things but cant seem to
> fix this: coding a JFrame with only the close button.
> Most of us know that when you click Help > About... a
> window pops up describing the company that wrote the
> software.
> Please help....
so whats the problem? you're asking if a person clicks on help->about then a description dialog box should pop up describing the company right? you can use JDialog or a popupmenu. look at the swing tutorial at sun