| Thread | Last Post | Replies |
|
| jtable and tooltips | 22 Mar 2005 18:13 GMT | 1 |
i want to use tooltips with a jtable. I have successfully tried with setToolTipText in the method getTableCellRendererComponent() in the TableCellRenderer. But on every repaint of the jtable the method getTableCellRenderer() sets all the tooltip texts. This is bad because
|
| selected text in jcombobox | 22 Mar 2005 18:12 GMT | 2 |
How can I change the color of the selected text in a JComboBox component? John
|
| Neewbie on JTabbedPane | 22 Mar 2005 17:56 GMT | 2 |
I can't get the hang of these JTabbedPane's but they are what I need. If I wanted a program that looked like below, what would be the code? The program should look the same under every tab, it should have the same layout on every tab, but ofcouse contain different info, in other
|
| Presetting column width in JTable without disabling autoresize? | 22 Mar 2005 17:21 GMT | 1 |
Is there any way to preset column width in pixels wihtout disabling auto resize in JTable? Here is my situation: 1. The first column of the table needs to be preset to 30 pixels.
|
| L&F of the JavaHelp window? | 22 Mar 2005 17:17 GMT | 4 |
How do I change the L&F of the JavaHelp window? Simply calling UIManager.setLookAndFeel(aLaF) doesn't work. (Why?) Many thanks, /ulf
|
| simple "word processing" text widget | 22 Mar 2005 14:25 GMT | 2 |
I'm looking for a simple widget (JTextArea, JEditPane, etc) that supports very simple stylistic changes, like multiple fonts, multiple styles, along with a right-click popup menu to implement these features. It would also have some support for serialization. I could write one in ...
|
| JOptionPane custom options - button mnemonics | 22 Mar 2005 14:08 GMT | 2 |
I've searched the archives but I haven't found anything particular dealing with this issue. I want to set mnemonics for the buttons representing custom supplied options when creating a JOptionPane, like:
|
| Using Netbeans | 22 Mar 2005 12:08 GMT | 2 |
how can i define public variables using netbeans bcoz it doesn't allow to add variable at the portion of code where we initialize all the variables. actually i want to create nodes for JTree. and i want to a.s them dynamically so i need those variables in one function. so i want to ...
|
| How to detect a mouse click on an image icon in a JLabel in a JList. | 22 Mar 2005 02:13 GMT | 1 |
I am new to Java Swing. I have a JList which displays a list of JLabels. The JLabels each contain text and an image icon. Is there a way to detect when a user clicks on the image icon vs. the text of the JLabel?
|
| Display multiple JPanels in one JFrame using Swing | 22 Mar 2005 01:29 GMT | 2 |
Hi List, I am hoping to get some advice on how to do this most efficiently. I have a swing program wich has one JFrame "mainframe". I also have several JPanels each with JButtons, text and images on them.
|
| jcombobox question | 21 Mar 2005 17:04 GMT | 3 |
Is there a way to specify that a JCombox show all its items when the pulldown is active? The combobox I am working with has 14 items which are shown about 7 at a time. Is there a way for all the items to appear? Thanks - Lou
|
| Small JtextPane scrolling problem | 21 Mar 2005 16:11 GMT | 2 |
I've got a small problem concerning scrollable JTextPanes. How can it be achieved that when the rows in the texpane exceed the textpane size, the textpane shows the latest entry? Example:
|
| i have problem with jscrollbar | 21 Mar 2005 16:03 GMT | 1 |
i need to submit my work tonight so please help me. i have jpanel class that on him i am painting.is name AnimatedPanel. and i have jpanel class with jscrollbar .his name MainPanel. on the scrollbar i put the AnimatedPanel class.
|
| JSpinner Query | 21 Mar 2005 02:01 GMT | 1 |
I am trying to create timefield using JSpinner similar to TimeField in Date/Time Properties dialog in Microsoft Windows. Here is the code i have written /*****************************************/
|
| Jtable - complex tables. | 21 Mar 2005 01:39 GMT | 7 |
Hi, i am not sure how to describe this, so i will give an example of what i am trying to do: Name Descr Price Name Descr Price XXX XXXX 10 WWW TTTT 12
|