| Thread | Last Post | Replies |
|
| repaint a JTable Cell? | 27 Oct 2004 14:36 GMT | 4 |
Is there a way of repainting a single cell of a JTable instead of the whole table which seems to slow down things really a lot?
|
| JPopup / JSpinner not editable | 27 Oct 2004 12:31 GMT | 2 |
A JPopup instantiates a JPanel class which contains a bunch of JSpinners. In the popup, the spinners can be manipulated with the handles but the text cannot be edited. However, if I put the same JPanel up, the text is editable, anyone know how to make the spinner text
|
| Batch file to exe | 27 Oct 2004 10:50 GMT | 4 |
am looking for a way to convert my batch file to an exe. Any help is greatly appreciated. Thanks.
|
| Mnemonics in multi-lingual application | 26 Oct 2004 17:47 GMT | 4 |
I have a Swing application which lacks mnemonic keys for menu items, and I would like to correct this. I know how to set mnemonics for Actions, but the problem is that my application can display in several languages - meaning that the mnemonic keys need to be set according to the ...
|
| Some SwingUtilities.invokeLater Myth | 26 Oct 2004 17:04 GMT | 11 |
after reading http://java.sun.com/docs/books/tutorial/uiswing/mini/threads.html, i have some doubt: consider: ====== this code is running in another worker Thread ======
|
| Need jdbNavTree's to be larger in gridbaglayout | 26 Oct 2004 16:36 GMT | 7 |
I can't seem to get component sizing down in gridbaglayout. Take a look at this dialog I'm trying to build... http://eio-online.com/Image1.gif I need for those two jdbNavTree's to be wider. Ipadx has no effect.
|
| Word-style undo / redo on a JTextPane | 26 Oct 2004 08:47 GMT | 9 |
I've written a small editor using a JTextPane without having any major problems so far. My undo/redo implementation (using the javax.swing.undo package) had one major disadvantage, though: The undo command would only undo one single character at a time. Instead, it
|
| Printing colors and fonts to an RTF doc using EditorKit? | 26 Oct 2004 07:50 GMT | 2 |
I am trying to generate a simpe RTF document with 1 or 2 fonts, an image and some dynamic info from the database. I have tried the following: Document doc = pane.getDocument(); //I have also tried a
|
| deriveFont(Map attributes) problems | 26 Oct 2004 07:13 GMT | 4 |
I am writing a font selector for my application and I want the user to be able to select 'underline'. There is a label that gives a preview of what the font will look like and I cant get to underline this label.
|
| Fixed Column Table | 26 Oct 2004 02:47 GMT | 6 |
I'm thinking in developing a small edior tool for i18n . As you may know i18n is based in a properties file formated like keyname = localized value Well, the editor will load a unlimited number of property files , all
|
| Applet showStatus() problem | 26 Oct 2004 00:40 GMT | 6 |
Applet showStatus() method, when it is called from within init() or start(), only flashes the string for a fraction of time and never stays. 'D like to know the cause and the solution. TIA
|
| three JScrollPanes on one JScrollBar ? | 26 Oct 2004 00:36 GMT | 10 |
I have three JScrollBars: jScrollPane1 with JTree in it jScrollPane2 with JTable in it and
|
| JMenuItem whit Accelerator but without text | 25 Oct 2004 14:46 GMT | 1 |
I want to make JMenuItem whit accelerator but i don`t want text of accelerator on button! Help i dont know how to do that. I have my own MyJMenuItem extends JMenuItem I try to redefine paintComponent() method but this did not help.
|
| JTable filling w/code | 25 Oct 2004 11:11 GMT | 1 |
The following code is that I use to fill JTable. It works ok, but I'd like to optimize it using threads, I think I must change structure, filling directly the table and avoid Vector. I tryed with
|
| xp sp 2: no more screen refresh | 25 Oct 2004 08:55 GMT | 2 |
The plot: Standallone machine, tomcat webserver installed, our servlets control the company. Circular new browser contents show how things are now. Works fine on any Windows Version, IE 5+. But not after installing XP
|