| Thread | Last Post | Replies |
|
| Table selection | 11 Aug 2006 20:46 GMT | 1 |
select one record in the table and when i click enter one window open than click the close button comback the table window, one row selected highlited the row , but i dont want highlight any row in the table. plz give me the soluation.
|
| Synth in a jar | 11 Aug 2006 13:46 GMT | 2 |
creating a l&f with synth i use a lot of images for checkboxes, textfield and so on. When i pack it to a jar and use it in another application these images can not be read. I know accessing resources in a jar is sometimes a little bit tricky. My Problem is that accessing
|
| setProperty("headless","true") weirdness? | 11 Aug 2006 12:43 GMT | 4 |
Can anyone provide insight on System.setProperty( "java.awt.headless" , "true" )? I've been struggling with a HeadlessException in the line: JFrame frame = new JFrame( );
|
| Adding components to JTextPane | 11 Aug 2006 02:28 GMT | 2 |
I'm trying to add a JButton to a JTextPane. The two schools of thought are: 1: Wrap the button in a style such as try {
|
| JFileChooser leaves grey area after opening file. | 10 Aug 2006 23:21 GMT | 1 |
I use a JFileChooser which is created when I select "Open" from a JMenu. This FileChooser is contained within a JPanel which itself is contained within another JPanel which makes up a tab from a JTabbed pane.
|
| Listening on JTabbedPane | 10 Aug 2006 23:15 GMT | 2 |
How do I add a listener to a JTabbedPane so I know when a tab is selected. I tried this (per suggestion in another post): jTabbedPane.addMouseListener( new java.awt.event.MouseAdapter()
|
| Help frame component | 10 Aug 2006 13:54 GMT | 2 |
I'm looking for a third-party Swing component that implements an Help frame like the ones we can find in most of professional applications. Despite my Google searching I didn't find interesting stuff :-( Thanks a lot.
|
| jtable row selection - what events should i use? | 10 Aug 2006 09:50 GMT | 2 |
on my jtable, I want to update a textbox when someone selects a row. at the moment I can see a TableModelEvent and a ListSelectionEvent. Neither of these seem to quite fit my purposes, the first seesm to be fired when a row etc changes while the second is for a range of rows,
|
| JTable help - keep contents of viewport static while adding/deleting rows | 10 Aug 2006 06:19 GMT | 3 |
I am completely stumped, even though this seems like a reasonable task to complete. I have a large scrollable table of which, say, 5 rows are visible at a time. When rows are added and deleted, the visible rows bounce around. If
|
| Problem with PopupFactory | 10 Aug 2006 04:26 GMT | 2 |
I write a DatePicker, so I use PopupFactory to popup the Select-date panel. Pop it up is no problem, it seems work well, but the problem is that it couldnt close the popup automatically, i.e i want the popup is closed when user click somewhere else, like the popup menu.
|
| !Ahhh JTable JComboBox woes | 09 Aug 2006 10:45 GMT | 1 |
So I have a CombBox sitting in my table but every time I press any letter it bumps me out to the next control on the form. I stopped that by extending DefaultCellEditor and returning false on stopCellEditing
|
| Scrolling the tabs of a JTabbedPane | 09 Aug 2006 07:57 GMT | 2 |
I have a JTabbedPane implementing a SCROLL_TAB_LAYOUT display option. I use setSelectedIndex to select a tab that is not being displayed at a particular instant in time (in other words out-of-range but accessible
|
| Default VK_Enter action in JText* component | 09 Aug 2006 05:01 GMT | 4 |
I have a text component (JTextPane to be precise) and I want to stop Enter from creating newlines, and instead 'press' the default button on the frame. All the methods I have found are identical, IE:
|
| I need a free Calendar component, please help | 09 Aug 2006 03:00 GMT | 2 |
I need a free Calendar component in my project, so that the user can pick up a date easily. Do you know any free one ? Thanks all
|
| JTable with MySQL Database | 08 Aug 2006 22:30 GMT | 1 |
I have MySQL 5.0 installed on my computer. I am trying to retrieve information from my MySQL Database and inserting it into a JTable displaying multiple rows. However it is retrieving the information ok but is only displaying the last record in the database no matter how
|