swingx « Development « Java Swing Q&A





1. Does anyone use the "swingx" extensions to Swing?    stackoverflow.com

I've seen "swingx" mentioned and referred to here. However, every time I try to visit the site: http://swinglabs.org/ It's down! Is this still an active, viable project? Or is it outdated and ...

2. logging problems for swing applications    stackoverflow.com

what kind of logging frame work or API to use for swing applications which is used by multiple users in Unix. Is it possible to log all verbose/exception in one file ...

3. Stop DropShadowBorder console logging    stackoverflow.com

I have a basic class that extends JButton, and used SwingX's DropShadowBorder to add a simple border. The problem is it displays a time fraction in milliseconds every time I hover ...

4. java : converting anonymous inner class to concrete class    stackoverflow.com

I have the following anonymous class

box = new JComboBox(filename);
...
    box.addItemListener(
                  ...

5. Map API for Java Swing    stackoverflow.com

I want to visualise the geographic map in the swing application. I found only swingx map api. Do you know other open-source map api?

6. SwingX how to get child components of JXMonthView?    stackoverflow.com

Anyone had experience with using SwingX? I want to use JXMonthView and modify its components. I can use it without a sweat. But when I try to actually get my hands ...

7. Installing SwingX in Netbeans    stackoverflow.com

I have problem installing SwingX in my Netbeans IDE. I want to play with JXPanel and related components but i could not get right library and get it going. I tried to ...

8. Problem with substance look and feel    stackoverflow.com

I have downloaded the recent library by substance and i have downloaded the addons also for supporting SwingX components. I am still getting the following error when i run my application

UIDefaults.getUI() ...

9. What is the status of SwingLabs (SwingX) post acquisition    stackoverflow.com

I found this older discussion: Does anyone use the "swingx" extensions to Swing?, but I am wondering the current status of SwingLabs, SwingX. A bunch of the download addresses etc ...





10. SwingX fading effect on JXFrame?    stackoverflow.com

I tried the demo of the swingx framework (http://swingx.java.net/). When you close the main window you have a great fading effect. I tried to reach this effect with the JXFrame but ...

11. Swing option other than JxTaskPane    stackoverflow.com

I am using JxTaskPane to add menu items ..but i don't want to use it, as i don't want that expand and collapsed type of container .. i just want to ...