| Thread | Last Post | Replies |
|
| applet vs o.s. dpi | 05 Jul 2004 08:54 GMT | 2 |
Good morning, ihave the following problem : when the resolution screen of the O.S. is setted to 120 dpi many labels in my applets became interrupted ! with toolkit.getscreenResolution() i can read the o.s. setting, but
|
| Updating GUI & Running Program (AND accessing common variables!) | 04 Jul 2004 23:58 GMT | 9 |
First, I am aware of both SwingUtilities.invokeLater(), and of using Thread to create a new thread. These are part of the problem. I want to have something running in the background, while the GUI is updating. I've done that before without a problem, however, now, I need to
|
| Event listeners | 04 Jul 2004 20:00 GMT | 2 |
Can someone please direct me to a web page that will show, for each Swing component, all event listeners used by that component (both swing and awt event listeners) Additionally, the order of execution of the event listeners as well?
|
| Multi-page Printing Question | 04 Jul 2004 13:23 GMT | 2 |
I have a question about multipage printing. I'm writing custom code to print a report. As the size of the report is variable, on the first call to the print() method it computes the output size in both points and pages (based on the PrintFormat object).
|
| Labels and paint questions... | 04 Jul 2004 07:49 GMT | 15 |
I have an applet, here http://www.aquaticwhirlpools.com/sean/selectMenu.html What I need is for the select menus to have some space between them so that I can have the orange/yellow images next to each one.
|
| ArrayIndexOutOfBoundsException - Pls help | 04 Jul 2004 00:07 GMT | 1 |
Brief description: 1) HTMLBrower (my class which extends JEditorPane) is initialized with an HTML file. 2) I'm passing this HTMLBrowser object into a thread.
|
| JSplitPane.setResizeWeight() is not behaving correctly! | 03 Jul 2004 13:24 GMT | 1 |
I put a JTable and a JEditorPane inside JSplitPane and setResizeWeight( 0.4 ) but the result doesn't reflect the ratio 0.4. However, if I change JEditorPane to another JTable, it displays correctly according to the ratio.
|
| JButton stays pressed for 2 second | 02 Jul 2004 17:53 GMT | 5 |
I want to make a JButton to stay in pressed-state for 2000 milliseconds. How can I add such a delay. can anyone help?
|
| large swing apps | 02 Jul 2004 01:10 GMT | 3 |
In large swing applications, how do they handle tons of menu options..etc... Do they have tons of Action classes that extend to AbstractAction? Because that seems too much to handle, you know to have lots of classes to handle each menu option...
|
| JWindow setAlwaysOnTop has no effect | 01 Jul 2004 19:33 GMT | 2 |
Is this behaviour correct? If I use a JFrame, setAlwaysOnTop() seems to behave as expected but with the same code just but extend a JWindow instead, the JWindow is always on top no matter what.
|
| Keyboard hooking | 01 Jul 2004 17:26 GMT | 1 |
is there a way to do keyboard hooking in java, if yes ... plese let me know the source code
|