| Thread | Last Post | Replies |
|
| (Swing) Model seems like a Controller? | 12 Jan 2004 19:28 GMT | 3 |
I'm in the process of making my own ListModel by extending AbstractListModel. That's not difficult. But i'm having problems with my infrastructure, my new created Model tend to be more like a Controller. For example:
|
| Copy rectangular region from one graphics object to another? | 12 Jan 2004 18:28 GMT | 2 |
I would like to enable users of my application to drag to select a rectangular region of a component, and then copy an image of that region to the system clipboard. The clipboard stuff seems to work fine (on osx at least), despite the troubles I'd anticipated from browsing
|
| Dynamically loading large data in JTable | 12 Jan 2004 16:31 GMT | 1 |
Here is my problem: I currently have a JTable containing anywhere from 5,000 to well over 200,000 rows. You see where I'm going with this. The data is already loaded into memory, which isn't a problem, but how can I create an efficient JTable so that it only loads the rows that
|
| SWT/JFace TreeViewer | 12 Jan 2004 15:06 GMT | 6 |
I try recently the graphic SWT / JFace library. I use the JFace TreeViewer as it is described in this IBM's article: http://www-106.ibm.com/developerworks/opensource/library/os-ecgui1/ I have two problems :
|
| Can a JDesktopPane be added to different layout manager? | 12 Jan 2004 08:45 GMT | 1 |
I have a JDesktopPane that contains a series of JInternalFrames. These frames contain various tables of data. I wish to allow the user to validate the data in a table before they save it to file. I am currently placing the results of the validation in another frame and
|
| Event-driven design patterns | 11 Jan 2004 17:16 GMT | 2 |
I'm interested in finding out how to write better event-driven programs using Java (mainly); are there any good resources on the web that would cover this (including the sorts of design patterns that would apply)?
|
| Limiting textfield rows | 11 Jan 2004 12:22 GMT | 5 |
I have two JLabels, one JTextField and one JTextArea. I want the JLabels and the JTextField to be limited to one line in depth, but the JText Area to expand the rest of the space. How would i go about this?
|
| Swapping JPanels | 11 Jan 2004 04:45 GMT | 3 |
I've got a Swing gui, and there's a JPanel in there. I want to be able to have a number of JFrames, and be able to replace one with another, so that an initial set of buttons in a JFrame can be replaced with another set. I hope that makes sense. I know about TabbedPane but I ...
|
| Jtable and cell editing | 10 Jan 2004 23:07 GMT | 1 |
I have a jtable which I added a ListSelectionListener. Now when I edit a cell and then retrieve the value it is null. I have to select a different cell then back to the one I edited and then the value from the cell is returned.
|
| how to extract icon from exe file in Java? | 10 Jan 2004 01:01 GMT | 1 |
Anyone can tell me how to extract the icon from exe file and make use as ImageIcon in java? ImageIcon ii=(ImageIcon)fsv.getSystemIcon(new File("abc.exe")); I had try this code before, but the icon that get out is very bad.(big
|
| JInternalFrame Help!!!!!!!!! | 09 Jan 2004 19:43 GMT | 1 |
I'm trying to display a dynamic graph in JInternalFrame. I could get it to work in JFrame, but after i but it in JInternalFrame, after i click a button to open the frame in JDesktopPane, it freezes. Do you have any ideas why?????
|
| JList in JScrollPane | 09 Jan 2004 18:31 GMT | 2 |
I've put a JList in a JScrollPane: addLinks1List = new JList(); addLinks1Pane = new JScrollPane(); addLinks1Pane.setViewportView(addLinks1List);
|
| JScroll not working with JList | 09 Jan 2004 17:38 GMT | 6 |
this is someone elses post - but I'm having the same problem with my GUI and can't figure it out. No body responded to his post so I'll try again, please help!: I've put a JList in a JScrollPane: addLinks1List = new JList(); addLinks1Pane = new JScrollPane();
|
| java library with input component without AWT and without SWING for AIX | 09 Jan 2004 14:27 GMT | 3 |
Anyone know a library or a project implementing Gui component without AWT or Swing. I need simply an input field with a frame on an AIX server with JDK 1.3.1 and without X11.
|
| Refresh / repaint Problems AFTER Installing JRE | 09 Jan 2004 10:32 GMT | 2 |
I've installed the Java Runtime Environment (JRE) version 1.4.2_03, including the Java Plug-in component for running Java applets, but after I access a web site that utilizes/requires JAVA, the icon images (e.g. - the Start button; the 3 upper right buttons in any window
|