| Thread | Last Post | Replies |
|
| Methode getRowIndexAtY ? | 14 Oct 2004 14:21 GMT | 1 |
Hallo ng, In einer JTable komme ich an den Index einer gedropten Spalte mit(e=DropTargetDropEvent): int col_index=table.getColumnModel().getColumnIndexAtX((int)
|
| Where do I find possible values for UIManager.put()? | 14 Oct 2004 11:03 GMT | 2 |
I've had to do google searches to see what others have used so far. Are all the possible options for the different look and feels written down somewhere? Ex:
|
| Application's icon on Mac | 14 Oct 2004 09:41 GMT | 2 |
on Windows I use Icon icn = FileSystemView.getSystemView().getSystemIcon(executable) to get the program's icon. On Mac, this does not work. I use java.awt.FileDialog to let the user
|
| Confusion with addition of Components to JScrollPane | 14 Oct 2004 08:18 GMT | 2 |
I have made a small that displays an XML file in a JTree which itself is placed in a JScrollPane. Currently, the name of the file is "hard-coded", but it´s clear that I would rather prefer to select the file from a menu. When trying to achieve this, I found some behaviour
|
| How to Filter out DocumentEvents | 14 Oct 2004 07:37 GMT | 1 |
When "JTextArea.setText" is called in an application, or a User updates said "JTextArea"'s contents, an Event should be fired. I believe this should be a DocumentEvent. In my Java application, I am trying to filter out events related to
|
| Swing app to Web app | 13 Oct 2004 22:29 GMT | 4 |
I have JavaSwing application and I need to create equivalent web application. In current Swing app, JTable and JList are components where large amount of data need to be displayed in the components ie. 90,000 records. With the help of TableDataSource and JDBC2.0 can
|
| Beginner question... How to add swing components that auto format? | 13 Oct 2004 18:06 GMT | 1 |
This is a real beginner question, hope you can help. I'm creating a Java app with some simple Swing GUI elements, like Spinners and Combo boxes. Right now I'm using JBuilder 2005 Ent. trial to do my work.
|
| Getting Row Number in JTree | 13 Oct 2004 16:19 GMT | 3 |
Hi, I have a JTree displaying some data and would like to get the row number for the currently selected item. getRowForLocation() and getRowForPath() only give me the row number of the currently displayed JTree. What I really want is the row number of the underlying *full*
|
| refreshing JPanels problem....please help | 13 Oct 2004 14:48 GMT | 5 |
first of all if got JMenus, each menu item that i select displays a JTabbedPane. And in this tabs ive got JPanels attached to them. My problem is that when i change from menu to menu, the JTabbedPane should change from panel to panel.
|
| Swind under panel3d | 13 Oct 2004 14:19 GMT | 3 |
I want to open my jcombobox over a canvas3d panel. now when I open combobox, that scroll under panel. what thing i do?
|
| Vertical TableHeader for JTable | 13 Oct 2004 11:41 GMT | 3 |
hello ng, is there a vertical TableHeader for the JTabel? I would like to genereate something like an Excel sheet.. Maybe i can integrate some Components from OpenOffice?
|
| IAB Studio is a new trend in Web application development | 13 Oct 2004 09:43 GMT | 2 |
Try IAB Studio www.iabstudio.com from WorcsNet www.worcsnet.com and feel difference of its superior GUI. With IAB Studio, you will get everything you need for creating Web applications of any complexity. This toolset of suites includes
|
| JTable hide columns | 13 Oct 2004 08:06 GMT | 9 |
I need to show a Table with some user-friendly data obntained with a SQL query. There are many data I do not want to display, such as codes. I coded a QueryTableModel class which wants SQL string as input, for
|
| Custom Tab order within a JTable | 13 Oct 2004 07:41 GMT | 1 |
I have a JTable instance with two columns and certain number of rows. The first column (on the left) lists the property name and right column lists the value of the corresponding property. The property values are editable (by the user) whereas the property names are not.
|
| Equivalent of Alt-Tab | 12 Oct 2004 18:33 GMT | 1 |
Is there an equivalent of "Alt-Tab" to switch between windows in an java application? Thanks!
|