| Thread | Last Post | Replies |
|
| JTable with row selection, but no cell selection | 07 Jan 2005 16:18 GMT | 2 |
I have a JTable where I want the user to be able to select a row, but not a single cell. If the user clicks on a cell, the entire row should be highlighted (=different background color), but the CellEditor shouldn't come up.
|
| I don't understand jscrollpane use | 07 Jan 2005 15:02 GMT | 3 |
I am attempting to make a GUI application using a SpringLayout manager contained in a JscrollPane. The purpose is to activate a scrollbar when the components I add to the SpringLayout manager exceeds the size of the main content pane. I believe my problems are many, so let's ...
|
| displaying a changing 2D float array | 07 Jan 2005 14:28 GMT | 2 |
hi, i have a large float array data[cols*rows] which gets updated a column at a time. i wish to graphically depict this happening in a JPanel of a smaller size (scn_cols*scn_rows), using an IndexColorModel that I have already got to convert the data values into screen
|
| Simple newbie question | 07 Jan 2005 11:33 GMT | 4 |
Hi to everyone, the simple java applet i provide below outputs 5 the following 5 lines: Welcome to Java 1 times Welcome to Java 2 times
|
| new int[] created by GridBagLayout when doing setText on JLabel and JButton | 07 Jan 2005 10:57 GMT | 2 |
I have a performance problem on my app, that I'm profiling with optimizeIt. I have several JDialog, each of them containing several JButton and JLabel of which I change the text (setText) in real time.
|
| Problem posting here and everywhere | 07 Jan 2005 08:13 GMT | 1 |
hi all, This might not be the right place but here it goes I am not able to post folow-ups to messages, I get an error like Unable to retrieve message 41ddc158@news.sch.gr After that what ever I post becomes a new post.
|
| problem while regenerating jpg file from swing image. | 07 Jan 2005 07:07 GMT | 1 |
I am trying to regenerate the jpg file with the image that is generated by java swings. But the x,y positions are not matching from swing generated image to jpg file generated.Any body worked on the similar problem please suggest.
|
| Text not displayed in applet under Windows XP | 06 Jan 2005 21:25 GMT | 3 |
I'm working on an application/applet that runs fine as an application or applet in Linux and as an application in Windows (XP), but when run as an applet (under firefox or IE) it will SOMETIMES (not always) fail to display text and images. It does layout the same as always and has
|
| Layout only works after moving a frame | 06 Jan 2005 18:11 GMT | 8 |
I use JInternalFrames for my project. In some cases the components within a frame won't layout correctly. Only after moving the frame a bit with the mouse the layouts suddenly change and everythings perfect. What am I missing? How can I achieve a consitent layout without having to ...
|
| Event Handling Question | 05 Jan 2005 19:52 GMT | 2 |
Just trying to move '*' after single mouse click. Looks like paint method is executed only once even it is in for loop. Thank you in advance. code:
|
| Java 2d: breaking an animation loop | 05 Jan 2005 19:43 GMT | 1 |
I'm trying to make a program of the game of life. It's supposed to randomly generate a grid of colored squares, then run thru an iterative loop where the colors change. I've managed to draw everything, and make the 'animation' start at the press of a button, but now I'd like to make ...
|
| TableCellEditor Questions | 05 Jan 2005 14:08 GMT | 1 |
I'm trying to create a table cell editor for a JTable that displays a cell containing a large quantity of text in a fairly narrow cell that has a horizontal scrollbar. This is supposed to enable the user to scroll to see all of the data in the cell without making the cell itself ...
|
| GUI hangs on pack/show-methods | 05 Jan 2005 11:44 GMT | 2 |
my JGoodies-base GUI (using forms 1.0.2 and looks 1.1.2) seems to hang if it calls the pack()- or show()-methods (from java.awt.Window resp. Component). I replaced pack() with setSize(int,int) but afterwards it hangs on
|
| Drag n Drop to an icon on windows desktop | 05 Jan 2005 10:36 GMT | 1 |
I need to drag and drop a file to an icon ( java program ) on the windows desktop which should resemble the working of the recycle bin !! 1. Is this possible through java or do I need to write native code ? 2. If possible through java then how ??
|
| Icon in JOptionPane | 05 Jan 2005 08:33 GMT | 5 |
Hi out there, I want to set the title bar icon for my JOptionPane.showXXXX() dialog. Since JOptionPane has no method to do so, I googled that normally it should inherit the image from its parent.
|