| Thread | Last Post | Replies |
|
| JComboBox TableCellEditor problem | 15 Aug 2006 16:46 GMT | 2 |
The following example illustrates a minor problem I am having. Run the app, then double-click in the "Fruit" cell next to "Tomato" (say), choose "Vegetable" from the JComboBox and then click the "OK" button. The subsequent console output shows that your selection has not been
|
| JTable column headers - how? | 15 Aug 2006 14:45 GMT | 7 |
How do you show column headers on a JTable. I'm using j2se 5.0. I thought this would do it; // Sets up the table. private JTable setupTable()
|
| JComboBox TableCellEditor - getting 1 click to work | 15 Aug 2006 12:56 GMT | 1 |
I have a JComboBox as a TableCellEditor in a JTable. It's mostly working fine. I have a requirement to make it so the user clicks the cell once and the combo box drops down. Right now the user has to click twice: once to make the cell start editing and then a second time to
|
| Change a JTable at runtime | 15 Aug 2006 03:40 GMT | 4 |
in my application when a user clicks on a JButton I want to change what data is displayed in my JTable. So I have the JButton's event handler call a method to look the Vector<Object> which makes up the data of my table and add to a
|
| Convert from HEX to decimal Latitude and Longitude | 14 Aug 2006 22:08 GMT | 2 |
I have a binary file with coordinates in Latitude and Longitude how can I convert then to degrees? Byte 180-183 (Latitude) Hex 119c67 integer 18418791
|
| Custom JComponent and LayoutManager. | 14 Aug 2006 17:42 GMT | 4 |
I'm trying to make a Graph component (As in, Nodes and Edges, not bar graph) The Graph will contain nodes (x,y, component) and edges (from node, to node)
|
| Draw controls over custom paints | 14 Aug 2006 15:52 GMT | 1 |
I'm trying to drawing under swing controls; actually i draw over all japplet canvas with repaint method. public void update (Graphics g) {
|
| custom JDialog return status | 14 Aug 2006 14:16 GMT | 3 |
If I need to create a custom JDialog (we'll call this Dialog B) and spawn it from a different custom JDialog(we'll call this one Dialog A) and Dialog A needs to know whether "OK" or "Cancel" was pressed to cause Dialog B to close, how can I do that? Do I need to setup the
|
| javax.swing.JTable mystery behviour | 14 Aug 2006 08:46 GMT | 2 |
I have a program that simulates user clicks on a window... it works great, except for swing JTable - the first click works fine, but the second (4 seconds later) causes the cell to be editable, (like a double click) and no click event is recieved on the listener...
|
| jtable / jtabbedpane problem after opening file. | 14 Aug 2006 06:02 GMT | 1 |
I have an application which has 2 tabs. Each tab has 3 panels, top, middle and bottom. When I use a jfilechooser to open a file, the middle panel gets a table containing the contents of this file.
|
| JEditorPane memory consumption | 13 Aug 2006 22:57 GMT | 2 |
I am using JEditorPane to display html files in my java application. It seems that after a while, the memory goes up to 90K making it impossible to browse all the pages. This is dramatic !!! I searched the internet and found out that this swing component has
|
| help getting my movie in | 12 Aug 2006 18:09 GMT | 1 |
ive created a simple gui and want to input an mpeg file but carnt get it working, can anyone help me rearrange my code or explain how to do it or what the prob is many thanks i have been tryin alsorts so i ts a bit of a mess lol :P
|
| adding a active URL link in jtextArea | 12 Aug 2006 04:49 GMT | 5 |
folks I am trying to add a link into jtextArea. For example JtextArea can contain
|
| == Senior Java Developers required in St. Louis - MO for 12 months. | 11 Aug 2006 22:25 GMT | 1 |
Senior Java Developers required in St. Louis - MO for 12 months. Please send resumes only if the skill-set is matching. If successful in a telephonic screening by the client, there will have a face to face interview in St. Louis - MO.
|
| Latest in Ajax - Coming out for Private Beta in a Couple of Weeks - samfind.com | 11 Aug 2006 21:04 GMT | 1 |
I am writing to introduce samfind, located at http://samfind.com. We are going to be having our private beta release in a couple of weeks. This is an invitation to join the private beta by signing up at http://samfind.com.
|