Tagged Questions

21
votes
9answers
5k views

Java Swing or Java Qt?

Can someone with extensive experience with both Qt and Java Swing please discuss whether you would use Swing or Qt under Java, and why? Secondly, what is the business impact of using Qt? Is it …
14
votes
10answers
718 views

suggestions for declarative GUI programming in Java

I wonder if there are any suggestions for declarative GUI programming in Java. (I abhor visual-based GUI creator/editor software, but am getting a little tired of manually instantiating JPanels and …
13
votes
17answers
1k views

IDE for Swing

Is there any IDE that simplifies creating Swing applications (ideally something along the lines of Visual Studio)
12
votes
15answers
1k views

What are your best Swing design patterns and tips?

I'm writing a GUI for an application using Swing, and in the interests of code maintenance and readability, I want to follow a consistent pattern throughout the whole system. Most of the articles and …
11
votes
21answers
1k views

Which Layout Manager do you use?

What java GUI layout manager does everyone use? Lately, I have been using MigLayout, which has some powerful component controls. Just wanted to see what other developers are using other than the …
11
votes
8answers
7k views

Best GUI designer for eclipse?

I'm looking for a good GUI designer for swing in eclipse. My preference is for a free/open-source plugin.
10
votes
7answers
20k views

Java Swing: how to add an image to a JPanel ?

I have a JPanel to which I'd like to add JPEG and PNG images that I generate on the fly. All the examples I've seen so far in the Swing Tutorials, specially in the Swing examples use ImageIcons. I'm …
10
votes
3answers
1k views

How to implement draggable tab using Java Swing?

How do I implement a draggable tab using Java Swing? Instead of the static JTabbedPane I would like to drag-and-drop a tab to different position to rearrange the tabs. EDIT: The Java Tutorials - Drag …
9
votes
7answers
293 views

How resource intensive are Listeners in java?

Hello, I'm new to Java Programming but an experienced C++ programmer. I was learning how to program GUIs using swing. I was wondering how resource intensive (runtime as well as memory) are …
9
votes
7answers
892 views

How to actually use Swing Application Framework?

Hello, I'd like to learn how to effectively use Swing Application Framework. Most of the the examples I've found are blog entries that just explain how to great it is to extend SingleFrameApplication …
9
votes
2answers
409 views

Is it safe to construct Swing/AWT widgets NOT on the Event Dispatch Thread?

I've been integrating the Substance look and feel into my application and ran into several problems regarding it's internal EDT (Event Dispatch Thread) checking routines. Substance absolutely refuses …
9
votes
7answers
452 views

What is the best testing tool for Swing-based applications?

While we try to set up as many unit tests as time allows for our applications, I always find the amount of UI-level tests lacking. There are many options out there, but I'm not sure what would be a …
8
votes
4answers
353 views

Testing whether a Font is monospaced in Java

Hi there, I'm trying list all of the monospaced fonts available on a user's machine. I can get all of the font families in Swing via: String[] fonts = …
8
votes
1answer
106 views

Java: Getting resolutions of one/all available monitors (instead of the whole desktop)?

Hello! I have two different-sized monitors, connected together using (I believe) TwinView. I tried System.out.println(Toolkit.getDefaultToolkit().getScreenSize()); and get …
8
votes
4answers
907 views

Is there any good and free Date AND Time Picker available for Java Swing?

Is there any good and free Date AND Time Picker available for Java Swing? There are a lot date pickers available but no date AND time picker. This is the closest I came across so far: Looking for a …

1 2 3 4 5 93 next
15 30 50 per page