| Thread | Last Post | Replies |
|
| color in strings | 14 Mar 2005 16:56 GMT | 2 |
How do i make a string containing different colors. For example String s = "This is red, this yellow" must display red in the color red and yellow in the color yellow; John
|
| Dynamic combo box editor in JTable | 14 Mar 2005 16:37 GMT | 1 |
i have a JTable with 2 columns. The first column is "static". But i want to enable the user to select the value of the 2nd column from a ComboBox editor. The thing is that the combo box items depends on the first column (for a row). So: - i can't use: jTable ...
|
| Checkbox access in JTree | 14 Mar 2005 16:31 GMT | 2 |
I have implemented the TreeCellRenderer, such that each node in my JTree has a checkbox and a label in a JPanel. Now I am creating a mouse listener for the tree. I can get the name of the node using TreePath.getLastPathComponent(). But how can
|
| UndoManager addEdit problem | 14 Mar 2005 14:21 GMT | 11 |
I'm using the UndoManager to undo/redo the input of a user to a form with multiple JTextFields. The standard UndoableEdit's produced by the JTextFields are one character at a time however and I would like to change this behavior so that multiple characters can be undone/redone
|
| Change shape of button | 14 Mar 2005 09:08 GMT | 2 |
hi firends, i am creating GUI in java using netbeans. and i want to change th shape of JButton to be a circle. Is it possible to do that. pls reply as soon as possible
|
| Problem with UIManager.get() in JDK 1.5 | 13 Mar 2005 16:42 GMT | 4 |
After migrating from 1.4 to 1.5, I notice that UIManager.get("OptionPane.errorIcon"); returns different objects depending on the look-and-feel. In the default LAF it returns an IconUIResource object.
|
| problesm with compiling | 13 Mar 2005 10:49 GMT | 1 |
I am writing a program to store stuff to xml using the storeToXML method but I can;t get it to compile here it is; any ideas? import java.io.*; import java.util.*;
|
| Modal dialog focus | 12 Mar 2005 19:21 GMT | 3 |
Sorry if ive asked this b4, buts its really frustrating me... I have two JDialogs. They're actually two classes which extend JDialog. I.E. Wizard extends JDialog. My main screen calls each JDialog.
|
| [Applet] Image-Upload to Server via Applet+PHP | 12 Mar 2005 07:24 GMT | 1 |
i know that this is a question that comes up very often - but i have never found a complete working modifiable example, therefore i am posting this question here again: right now i am working on an online paint-program as java applet (where you
|
| Creating autosizing JScrollPane | 11 Mar 2005 20:11 GMT | 1 |
I can't seem to get my jscrollpane to autoresize itself. Here's some of the code that I'm using. JViewport vp = new JViewport(); vp.setView(checkOutTable.getTableHeader());
|
| Linux: open file with proper app | 11 Mar 2005 17:56 GMT | 4 |
I'm probably going to have need soon of a way to open user-selected files with an appropriate app. In Windows and Mac OS X, I've long ago worked out how to do this. But the problem is different in Linux, in large part because I'm not familiar with the workings of various window ...
|
| Different Resizing Mode Of JScrollPane | 11 Mar 2005 13:39 GMT | 7 |
Hi ... Here's a little strange problem and i don't know whether it can be solved in Java... The situation is that am making an IRC client and i need the visible
|
| problem of text display in JTextField | 11 Mar 2005 13:05 GMT | 1 |
i have 3 textfields in my frame and the strings which i am setting in them are longer than their widths, when the frame is made visible ,i am able to see the rightmost part of the strings,but i want to dislay the string from the left end.
|
| New to Java, please help | 11 Mar 2005 12:41 GMT | 1 |
I am quite new to java so this question is probably easy :) Please help I have a frame that holds north center and south panels -norht panel has a JComboBox
|
| JCombobox select item | 11 Mar 2005 10:13 GMT | 2 |
How do I show a JCombobox always display the selected item as the first selection. For example you have the following list Apple Pear
|