| Thread | Last Post | Replies |
|
| Problem with overlapping custom componets | 15 Nov 2007 16:42 GMT | 4 |
i'm trying to write a line component which can be dragged around and which can have context menus. The code is <code> import java.awt.Shape;
|
| Coping with slow construction of GUI elements | 14 Nov 2007 00:20 GMT | 3 |
Qs: * How best to prevent blocking of EDT by slow GUI stuff?! * How best to set and reset GUI cursor shapes? In an ActionListener associated with a JMenuItem I had
|
| JTable, JScrollPane & horizontal scroll bars - why? | 12 Nov 2007 17:18 GMT | 2 |
I need to display a JTable. In this case the width of each cell in the last column varies - it's a collection of text & color swatches, represented by JLabels and JPanels stuffed into a containing JPanel. I can get a vertical scroll bar to appear by putting enough entries in the
|
| Graphics and JVMs | 11 Nov 2007 19:17 GMT | 15 |
I have written this small test code to show the difference in the graphical output of 2 different JVMs i.e. Apple JDK 1.5.0 and Windows JDK 1.5.0_13. When I execute this code in Apple JVM, I can see the message "Hi There" quite clearly. Whereas, in Windows JVM, the message
|
| Buffered Image color help | 11 Nov 2007 01:06 GMT | 2 |
I have a bufferedImage of the type BYTE_INDEXED. What are the byte values for the color red? How does a byte code for RGB values? Thanks for your help, -Paul Klemstine
|
| JDesktop Web Component Crashing | 09 Nov 2007 01:35 GMT | 3 |
I have a JTabbedPane with one tab that is a WebBrowser component that is provided by JDIC. I would like to give the user the ability to move the tabs position, but when I do this to this particular tab, JDIC crashes: "JDesktop Integration Components binary has encountered a
|
| JTable Cell Editor missing one method? | 08 Nov 2007 21:04 GMT | 1 |
I am just wonder why in JTable There are TableCellEditor getCellEditor() TableCellEditor getCellEditor(int row, int column)
|
| How to scroll a table with a overlaid component | 07 Nov 2007 19:04 GMT | 2 |
My question is related to a typical example in a spreadsheet where I can have an arbitrary component ontop of a scrollable table, which should scroll along with the table. The position of the overlaid component is arbitrary. A typical example
|
| Justifying box components | 07 Nov 2007 10:01 GMT | 3 |
I want to put a JSlider underneath a label explaining what it is there for. I have used a Box object instantiated with the createVerticalBox constructor. The problem is that the text and the slider has a bad alignment. Is there any way to make them both centered or justified to
|
| finding memory required for application | 03 Nov 2007 21:35 GMT | 5 |
I have an application in Java Swing that has around 40 Jpanels with equal number of images on them and each panel will have some other components also. I want ton find the amount of RAM the application requires to run and also the memory requirement of each
|