| Thread | Last Post | Replies |
|
| TitledBorder Text is Truncated | 26 Jan 2004 09:45 GMT | 4 |
This must be a common problem. Please tell me it is. Here's a simple version of the problem: I have a JPanel using a FlowLayout. Within the JPanel I have one component: a JLabel whose text is a single character in length. The JPanel has a TitledBorder whose text is much longer
|
| Applet steals focus... | 26 Jan 2004 02:51 GMT | 11 |
Some time ago I noticed an irritating quirk in applets, they tend to 'steal the focus' of a web page and prevent scrolling using the keyboard. At the time I was dealing with applets that had
|
| Jtable Scrollbar, table Background color, JLabel issues. | 25 Jan 2004 20:24 GMT | 1 |
I am implementing a JTable. Using TableModel and JScrollPane( the usual). JTable(32*3) Vertical scroll bar ALWAYS
|
| Double Buffering? | 25 Jan 2004 19:19 GMT | 20 |
I would like to implement double buffering. I have done it before by introducing a new "update( Graphics g )" method, which is automatically called by the "paint( Graphics g ) " method. But this time I wrote a new method, like the one below, without using the
|
| Drag and Drop from Outlook to Java App. | 25 Jan 2004 18:28 GMT | 1 |
Does any one know how, and if it is possible to drag and drop messages from Outlook Folders to a Java Application using Swing? Thank you in advance Aziz
|
| check this AWT grid now with framework ! | 25 Jan 2004 18:21 GMT | 1 |
check this AWT grid. http://www.super-grid.com/ This is small with the size just 55 Kb. but very powerful java table, that can be implemented into java applets, multi-tier, enterprise or standalone
|
| jtable question | 25 Jan 2004 12:32 GMT | 1 |
How to set the table header for a JTABLE object in netbeans ide ? Johan
|
| JFileChooser "create directory" | 25 Jan 2004 00:26 GMT | 1 |
I want to remove the "create directory" button from a JFileChooser that I'm using as part of a larger panel, not using its "open dialog" methods. I tried doing: UIManager.put("FileChooser.readOnly", new Boolean(true));
|
| Container in a container??? | 24 Jan 2004 18:00 GMT | 1 |
How to get container in a container in any java application? The main container be able to dynamically insert and remove different containers..... thank you
|
| Editing JDBC ResultSets in a JTable | 24 Jan 2004 17:47 GMT | 2 |
viewing ResultSets is easy by adapting the TableModel (e.g. ResultSetTableModel). However, how do I create an *editable* JTable that accesses its ResultSet directly (updateObject() ... updateRow()) rather than copies in an array? Do I have to write new CellEditors?
|
| help: lost bufferedimage content | 24 Jan 2004 13:34 GMT | 5 |
i create a bufferedimage object, paint onto it, then redisplay it periodically. this works fine for a while; after moving the frame to the background, then back to front etc, i totally lose the contents of the buffer: all pixels are lost replaced with a white fill (component
|
| Posted again : Pb with paint() ... | 24 Jan 2004 11:35 GMT | 5 |
I repost my question cause my last post doesn't appear anymore on the group. Last time, I put two images for example. Maybe it is why my message does not appear. So this time, take two images with transparent background or let me your email adress so I can send you the right images ...
|
| Resizable window | 23 Jan 2004 20:38 GMT | 2 |
How do you make 2 windows (jframes, jpanels or whatever) in a gui so that the user can change the width/height proportion that each takes up by dragging the mouse on the border between the 2.... an example is in JBuilder you can drag the mouse on the border between the project pane ...
|
| Creating a bitmap based font engine | 23 Jan 2004 19:16 GMT | 1 |
Im trying to create a font engine for a simple game. The way Im planning to do this, is have a bitmaps representing squared-size letters, and have the game display only the part needed on the screen. For example, say I have a 400x300 bitmaps, and every letter is
|
| transparent image background - headless env | 23 Jan 2004 19:10 GMT | 1 |
I am trying to use .java.awt.* classes in a headless (server) environment to draw an image with a transparent background. Example: web page with yellow background contains an image with a black line on it. I don't want the image to contain a white rectangle
|