awt
SWT/AWT integration: alternatives to or further development of Albireo
There is quite a lot of manual work needed to improve SWT/Swing integration when using SWT_AWT bridge. Albireo project was intended to fix this, but it\'s now archived. Is there any alternati开发者_Go[详细]
2023-03-20 17:48 分类:问答JGraph AWT EventQueue exception on paint (with multithreading)
Situation I have a visualisation using JGraph. The graph is updated by a different thread to that which instantiates the Visualisation.[详细]
2023-03-20 12:01 分类:问答A class in Swing or AWT Library that has flexible size
I\'m looking for a class in javax.swing or java.awt that gives flexible size to the object. Say that 开发者_JAVA技巧we name this class MyClass. When I add MyClass to MyPanel, it will be shaped with th[详细]
2023-03-20 10:48 分类:问答How to ensure page demensions using Java Print API
I don\'t know if the title of this really explains what my issue is. I have a Cognitive label printer that I am printing a barcode and some text to. The labels are 4\"x2\" labels. The problem is that[详细]
2023-03-20 07:24 分类:问答Small problem in Java Swing
I have defined class ToolTipUI which extended BasicToolTipUI for propose of painting TipText of swing component, I used delimiter \"|\"(vertical bar) to differentiate two phase of TipText.[详细]
2023-03-19 19:27 分类:问答Why doesn't my repaint work?
I\'m stuck with a problem considering my Display class, which extends Canvas. A single thread is running within the very same class.[详细]
2023-03-19 19:09 分类:问答How can i add this button inside the canvas of Java?
How can i add the button ontop of this canvas? like floating... on top instead of开发者_JAVA技巧 having it in the grid using add(button);[详细]
2023-03-19 14:30 分类:问答Does Android include libraries similar to java.awt.geom?
I have been browsing the reference section on Android.com and couldn\'t quite find the java.awt.geom library. I\'m aware it isn\'t included exactly as it is with Java.[详细]
2023-03-18 08:20 分类:问答Java drawing editor applet
I\'m looking for a Java Applet which allows the user to draw rectangles, resize them, move them etc, similar to svg-edit http://code.google.com/p/svg-edit/[详细]
2023-03-17 13:45 分类:问答if swing components fade-away trick using is not suggested?
I\'m actually still digging up into the Java SE (desktop app), and now i\'m a bit curious while actually tr开发者_如何学Goying to do some animation[详细]
2023-03-17 02:01 分类:问答