| Thread | Last Post | Replies |
|
| Resizing a window | 03 Apr 2006 09:05 GMT | 2 |
Hey guys, I want to rearrage elements that are inside a JFrame when the window is resized by the user but cannot get this working. I need to listen for events on the JFrame using addActionListener. Is
|
| getting back the painting from Graphics | 03 Apr 2006 07:31 GMT | 9 |
I need to get back the previously drawn painting from a Graphics as an Image. Eg. I draw something with Graphics.drawLine, Graphics.fillEllipse, etc, and I need an Image has the same size as the Graphics and has the same "raster data" as well. How could I do this? Thanks for help,
|
| Creating jLabel and jTextField Dynamically | 03 Apr 2006 02:11 GMT | 6 |
Im building a GUI for a project...and i want to create as many jTextfield according to how many clicks the user did on a jLabel. For example, in Google mail, when u want to attach several files, you click on "Attach a File" and a new textfield appears below the existing one,
|
| JTable Display doesn't match TableModel ?? | 02 Apr 2006 12:26 GMT | 11 |
I have a Jtable & Tablemodel. When I clear the tablemodel, rows in the JTable are still visible, what am I missing ? TIA
|
| Margins for tooltip text | 02 Apr 2006 11:29 GMT | 2 |
Does anyone know how I can set margins for tooltips? What I need is for the text in the tooltip not to touch the edges of the tooltip box.
|
| JTable Columns | 02 Apr 2006 00:56 GMT | 1 |
I am currently trying to limit the number of columns that can be added to a JTable by a user. You see at first i add the user can dynamically add Columns to the JTable like how i did below
|
| multiple sizeable panes in a single window: Split panes vs Layout managers? | 01 Apr 2006 20:29 GMT | 2 |
I 'm working on an application which will have 4 verticles panes in the main window two of which are further sub-divided into horizontal panes. Something very similar to eclipse or any other IDe which has panes showing Project, Message, Code etc. in various panes.
|
| How can I reconstruct a image from a buffer so that I can draw that in Java Swing component? | 01 Apr 2006 19:01 GMT | 3 |
I have a byte buffer, let's say buf. buf[20000] is now containing an JPEG image file's bytes, which has about 10000 bytes How can I draw that out in Java swing components like ImageIcon or
|
| Menu Bar | 01 Apr 2006 10:11 GMT | 1 |
I have a question if someone can help me out here. I have a Gui displayed in a frame. It was working fine and then i added a menu Bar to it and now for the menu bar to appear i have to resize the frame. I mean i just have to grab it by mouse and just resize it tiny bit. I
|
| Form creation problem~~ | 01 Apr 2006 05:26 GMT | 1 |
Here is my database design: Entity ------ Publisher([PubCode], PubName)
|