hi, how to attach a status bar to a JFrame. I hv a JFrame wch has a JDesktopPane to it. Theres a method in JAppplet called showstatus but is there any in JFrame??? thnax
Only Applets and JApplets have a built in status bar. If you want to do this in another top-level component, you will have to do it yourself. Perhaps adding a Label or JLabel into the BorderLayout.SOUTH area of the Frame and setting the text in it would work for what you want.
-Nate
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.