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]
# 1

> 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

lrngjavaa at 2007-7-29 14:20:56 > top of Java-index,Java Essentials,Java Programming...