| Thread | Last Post | Replies |
|
| Find out length of displayed HTML in JEditorPane | 20 May 2005 15:56 GMT | 2 |
Greetings group, how can find out the length of the displayed HTML in a JEditorPane, or to describe more exactly what I want, the maximum CaretPosition, that is the last thing I can get as a CaretPosition at the end of the
|
| destroying swing component | 20 May 2005 03:12 GMT | 8 |
I have an swing app that uses a DesktopPane that has countless JInternalFrames. These internal frames are generally just hidden when they are closed, cause I don't want to recreate them everytime the user opens them. I have it set up so they are automatically reinstantiated
|
| IDE for Mac OS X | 19 May 2005 22:54 GMT | 5 |
All, I was wondering what would be the best JAVA IDE for the Macintosh OS X system? Thanks in advance,
|
| How to protect your applications from ilegall installing? | 19 May 2005 13:48 GMT | 2 |
I just wondering how comercial java desktop applications protect it from ilegall installations. Is it through some request code which is nedeed to install it, or something other (mybe CD protection from ilegall copyng is easier)?
|
| JButton text spacing | 19 May 2005 09:31 GMT | 7 |
How would I get rid of the spacing to the left and right of the text of a JButton? I have a button with the text "Lookup" like this: private final JButton m_lookupButton = new JButton();
|
| What constitute a bean property? | 19 May 2005 01:45 GMT | 2 |
If I have a custom swing component, which of the member variables should I classify as bound properties so that i should firePropertyChange when their value changes?
|
| animating sprite by erasing just the old sprite and overpainting at new position | 18 May 2005 23:48 GMT | 3 |
I'm trying to program a puzzle where one can drag pieces with the mouse. Here is were I am: www.playart.org/applet This solution is pretty slow because I use a double buffer and draw all the Pieces for every movement again.
|
| JTableHeader | 18 May 2005 23:14 GMT | 4 |
I have a JTableHeader object for my JTable object with 8 columns. I then set table.setTableHeader(myTableHeader); I want to know the height of the header in pixels, but myTableHeader.getHeight() returns 0.
|
| reading values from JTable | 18 May 2005 22:41 GMT | 1 |
I am looking for a working example of a JTable that is constructed with initial values in the cells, allows the user to change those values, and reads the values out. I've got three books on Swing, none of them show a write/read table.
|
| JButton layout - equal width with no absurd stretch | 18 May 2005 14:09 GMT | 3 |
Thank you for taking the time to enlighten me. I have been searching and trying different things but nothing seems to work for me. All I want to do is have a column of JButtons to the left of a JScrollPane. I want the buttons to have equal widths (the widest button at its
|
| A JList with JRadioButtonMenuItems | 18 May 2005 10:54 GMT | 3 |
I am trying to create a menu which has RadiobuttonMenuItems displayed dynamically.I am doing this with a JList,JScrollPane and a Vector.I am able to have a menu of hardcoded values but not one with RadiobuttonMenuItems created Dynamically.Any help will be more than appreciated.Foll ...
|
| sun forte 4 with tomcat | 18 May 2005 10:20 GMT | 1 |
Hello i used this ide for a while. I need to download Sun one forte 4.0 again, but i can only find the Sun one 4 Mobile updater 1. Does anyone know where i can download it? Becouse i cant choose a webapplication template etc.
|
| Q how to make JFrame modal | 18 May 2005 00:26 GMT | 2 |
hi am new to swing and want to create a modal JFrame. any hints would be greatly appreciated.
|
| JTextPane height after resize | 17 May 2005 18:09 GMT | 2 |
I have a JTextPane which width need to be adjusted related of the width of an other component. I have a component listener that informs me that the other component is resized, so I have the new width. The textpane has inside a lot of component inserted and need to be
|
| How to make elements of a text area clickable? | 17 May 2005 08:51 GMT | 1 |
Not sure if I am using the right GUI component for this. I have number of elements in rows in JTextArea. row1 row2
|