Display « Graphics « Java Swing Q&A





1. Digital or LCD-like display class?    stackoverflow.com

I remember seeing a tutorial on Sun's site that had a class for a digital-like display, but I can no longer find it. How would you make numbers appear like a digital ...

2. Java Graphics not displaying on successive function calls, why?    stackoverflow.com

I'm making a visualization for a BST implementation (I posted another question about it the other day). I've created a GUI which displays the viewing area and buttons. I've ...

3. Creating a custom device for Swing/AWT to draw to    stackoverflow.com

I am working on an embedded linux device that requires custom java code to draw to the screen. I was wondering if there was any way to create a custom adapter ...

4. No Print Service Found. message displaying with this program in swing when trying to print    stackoverflow.com

I am trying to print a component ,i have a panel with a button below is the code when i click that button then it should show a print dialogbox and ...

5. MVC-design and displaying arrays using Swing/Graphics in Java    stackoverflow.com

I'm working on a small Chess game and think I'm almost done with the basic model and ready to start writing the GUI. What I've been wondering for a long time is ...

6. Does AWT/Swing cancel painting operations if the monitor is off?    stackoverflow.com

I am experiencing a problem with Swing that only occurs when the computer monitor is powered off, but my Swing application continues to run in the background. It seems that whenever ...

8. Swing and displaying graphics    coderanch.com