| Thread | Last Post | Replies |
|
| Working around webstart desktop integration bug #4845341 | 05 May 2004 09:09 GMT | 3 |
A year ago I reported bug 4845341, http://developer.java.sun.com/developer/bugParade/bugs/4845341.html Sun fixed it for Java 1.5 but didn't back-port to 1.4.2. Now I'm using JGoodies Looks (which is excellent btw, good work Karsten), and I noticed a
|
| How to remove the gap between border and icon in a JPopupMenu ? | 05 May 2004 07:43 GMT | 3 |
Hi, does anybody know how to eliminate the left gap in a JPopupMenu? I am talking about the space between the left border an the icon (when it exists) or the text of the menuitem. +----------------------------------------------+
|
| Adjusting gamma from Java | 05 May 2004 00:07 GMT | 1 |
Is there any way to do the equivalent of adjusting a monitor's gamma from within a Java program? I'm thinking of the kind of thing that 3D games sometimes have, where you can adjust the brightness, gamma etc in software.
|
| Cell rendering in a JTable | 04 May 2004 23:55 GMT | 1 |
I need to make the cells in the 1st column look like the column header. I tried the following code but it didn't change anything: private void rendererTest() {
|
| Experimenting with ListCellRenderer | 04 May 2004 21:54 GMT | 4 |
I have been experimenting with ListCellRenderer. What I have is a JList displaying what will be a transaction with a list of statement transaction/s that will be matched to it. I have created a ListCellRenderer to render the TestTx in the JList.
|
| AWT invokeLater | 04 May 2004 21:47 GMT | 1 |
Is there something in AWT akin to SwingUtilities.invokeLater? It might work like Swing, or it might say, do a paint cycle on this component then come back to me. --
|
| Incremental paint on Swing, how? | 04 May 2004 20:39 GMT | 6 |
On AWT, we can do incremental paint by overriding update() method. How we could do incremental paint on Swing component? I'd like to know your tips or hacks. Thanks in advance.
|
| How to remove the gap between border and icon in a JPopupMenu ? | 04 May 2004 17:28 GMT | 4 |
Hi, does anybody know how to eliminate the left gap in a JPopupMenu? I am talking about the space between the left border an the icon (when it exists) or the text of the menuitem. +----------------------------------------------+
|
| ImageIcon Exception On HD But Not on Media | 04 May 2004 14:21 GMT | 4 |
I'm not one to ask for help, but I have a perplexing problem. When I run the following code on my Zip Disk Media, the program runs perfectly. When I copied the Entire BlueJ Project to the Hard Disk Drive, I recieve a NullPointerException when I try to open
|
| Textfield output redirecting | 04 May 2004 13:22 GMT | 2 |
I'am looking for a set of class that can be used to redirect standard output and standard input to a Text field like composant. Example: When I do a System.out.println("test"), I want the text to be displyed in a
|
| editor that can show vector and matrix (jtextplane?) | 03 May 2004 18:05 GMT | 1 |
i want to write an editor for normal text and vectors; it should be possible to show and edit text like vector a=(1,2,3) and vector b=(2,2,2). a+b=(3,4,5). the vectors should be shown vertical - not horizontal! And vertical
|
| JScrollBar/JTextPane: strange behaviour | 03 May 2004 18:04 GMT | 2 |
I cannot really understand the following behaviour. I have a JTextPane "textPane" embedded in a JScrollPane "scrollPane", all embedded in a JDialog. I first set a new javax.swing.text.Document "document" to the text pane. I want to find out whether the JTextPane fits into the ...
|
| How to trigger a ActionListener() | 03 May 2004 15:01 GMT | 4 |
I have a maybe simple question. I have this piece of code that does something when you select "stop" from a JMenuItem. al_stop= new ActionListener() {
|
| Packaging/version control | 03 May 2004 03:00 GMT | 7 |
I'm developing a Swing program which I periodically update (change or add classes or data files), weekly, to currently 2 people. The number of people will eventually grow but the update frequency should decrease. Currently, I'm putting the sources, classes, data files and a ...
|
| More than You Wanted To Know about Closing JFrames | 03 May 2004 00:26 GMT | 5 |
I have written an essay on closing JFrames. Please have a look at http://mindprod.com/jgloss/closing.html to make sure I have not created a Python Bulgarian phrasebook. --
|