Manager « JFrame « Java Swing Q&A





1. Ugly swing fonts under ratpoison    stackoverflow.com

I am writing a small application in swing. I am using Ratpoison as my window manager (with wmname LG3D) and Netbeans as IDE. My application fonts when ...

2. How to turn off window manager urgency hints for a JFrame?    stackoverflow.com

I have a JFrame that is basically nothing more than a few JProgressBars for a data conversion program that takes several hours to complete. My problem is that the window ...

3. Need help with JFrame and Managers.    java-forums.org

Hi, I am building a Java Desktop Application. I will build a nice GUI, but also with managers for the data. I was questioning: Where do I have to write those managers with their instances? Do I have to write them in the code of the main JFrame or in a different stand-alone class? Can someone advice me in this?