I'm currently working on a UI project using Java (1.4.2) Swing. My application is in the form of an MDI. I have a main JFrame which contains a JSrollPane, which contains a JDesktopPane. I set the size ...
Hey --<BR><BR>I'm working on a project that was originally designed using the JDesktop/JInternalFrame "MDI" in Java/Swing. I'm pretty sure they wanted it to be a web-based applet. <BR><BR>Well, the ...
The JDesktopPane class, first introduced in JDK 1.2 as a subsidiary to Swing’s GUI component series, lets you create a virtual desktop or Multiple Document Interface (MDI) in Java applications.
Witam. System.exit (1); - ubija nie tylko JInternalFrame, lecz cały program, w trybie natychmiastowym. Zabijać wątku nie mam zamiaru, wydaje mi się to mało eleganckie, nawet gdyby działało. Moim celem ...
Na formie głównej aplikacji mam JDesktopPane, wszystkie używane okienka są typu: JInternalFrame. Jeżeli mam widoczne w tym samym czasie kilka okienek i jedno z nich zmaksymalizuje, to pozostałe ...