| Thread | Last Post | Replies |
|
| JTable - parsing from file | 05 Oct 2004 09:51 GMT | 3 |
I would be most grateful if someone could take the time to have a brief look at my problem. I am currently trying to read from a file with a view to populating a jtable. I try to read in a line, tokenise it, add each token to a
|
| Acrobat-like splashscreen in Java on LINUX ? | 05 Oct 2004 04:43 GMT | 5 |
I would like to build an irregular shaped splash screen on Linux using JDK 1.4.2 I understand that the only way to currently do this by taking a screenshot of the underlying desktop and painting my splash image over
|
| Swing Applet v.s Application Question(s)... | 05 Oct 2004 00:04 GMT | 1 |
I have a question. I'm not much of a Java person (or barely at all actually though I'm learning) but I am somewhat in charge of a Java project so I'm trying to get my head around a lot of this. We have an application which is word processor-like which we are
|
| Where's the Visual Editor in Eclipse? | 03 Oct 2004 18:01 GMT | 3 |
i've installed the Visual Editor 1.0 in Eclipse 3.0.1. After the import of an old project (created with VE 0.9 and Eclipse 3.0.0) with visual classes everything works well. But if i have a look at my visual class, i can't see the Visual Editor (no problem with the
|
| Help With NullPointerException | 02 Oct 2004 23:05 GMT | 1 |
All, I have created two classes as part of a school project and when I run the main application and click on one of my interface components (a JButton) I get an NullPointerExceptionError. Basically, I used one
|
| get all open Window s | 02 Oct 2004 14:27 GMT | 14 |
how can I get an Enumeration or Vector or Array of all open Window in my App?
|
| ListSelectionEvent ? | 02 Oct 2004 08:52 GMT | 1 |
I want to display information in a JTextArea whenever a user selects a row in the JTable. The code which I am using is : maintable.getSelectionModel().setSelectionMode(ListSelectionModel.SINGLE_SEL ECTION);
|
| Preventing multiple instance standalone desktop gui applications | 01 Oct 2004 19:03 GMT | 13 |
I need to have only one instance of a Desktop GUI application running. What is the best way to do this? The only answer I can find searching throught the archives was to use a socket. Is this the best way?
|
| GUI hangs when processing. | 01 Oct 2004 18:33 GMT | 4 |
Hi, I am trying to put a GUI on an mp3 processing program, and I have moving the IO methods to a seperate thread, although the gui hangs when I press Search, (it searches and analyzes mp3's a in folder).
|
| Extending DefaultTableCellRenderer | 01 Oct 2004 15:15 GMT | 3 |
I have a table which needs to truncate its content from the left when the table column size gets small. Normally, if you have a table cell containing a String, the default renderer would truncate the string from the right when the column width is made
|
| JTable Issue....Please Help | 01 Oct 2004 11:06 GMT | 2 |
My problem is related to the JTbale component with JRE 1.4.1_03, it is tied to a data source i.e Vector and on updating the data source the GUI corresponding to the JTable component hangs. It runs perfectly well on JRE 1.4.0.
|
| ClassCastException on Boolean Table cell... | 01 Oct 2004 08:47 GMT | 5 |
I have a JTable with the following model: private Object rows[][] = { {new Boolean(false), "", "", "", "", "", "", "", "", "", "", ""}, {new Boolean(false), "", "", "", "", "", "", "", "", "", "", ""},
|
| Resizing an Image | 01 Oct 2004 04:38 GMT | 3 |
Hello again, I've been attempting to rescale an image so that I can display a 'thumbnail' of said image (and so it will fit on the screen =p) Therefore, I wrote this method that takes an Image and returns an ImageIcon resized appropriately.
|
| How to "turn of insert key" in a JTable ? | 01 Oct 2004 01:55 GMT | 1 |
When I editing cells in a JTable I press F2, delete the content of the cell, then I update the cell. What is the simpliest way to owrite the content of the cell when I type a new content?
|