| Thread | Last Post | Replies |
|
| how to make data frequency update and display on GUI | 27 Apr 2004 17:53 GMT | 6 |
I use Java Swing to creat a TextField which is a part of my GUI interface. A TextField does display the data from a file which is constantly changing. How to make the TextField keep display update data automatic without hit any button. Any suggestion? please help.
|
| Customize JPanel | 27 Apr 2004 13:27 GMT | 4 |
I am in need to change the bounds on a JPanel where the components are laid out. The picture below is my custom JPanel..
|-------------| |
| AWT Java GUI on Pocket PC | 26 Apr 2004 20:41 GMT | 4 |
I was just wondering if anyone had any tips on java GUIs running on the Pocket PC. Using AWT, what is the best way of implementing multiple windows. Here are some things I have tried: 1. Multiple java.awt.Frame/Window and using setVisible to show/hide
|
| JDialog doesn't display entire title | 26 Apr 2004 11:47 GMT | 2 |
I use a JDialog whose title is larger than myDialog.getPreferedSize().getWidth() So, when I display it, using pack() to resize it, the end of the title (displayed in the title bar) is not visible.
|
| GUI-transactions: how can I realize MVC-model changes? | 26 Apr 2004 11:43 GMT | 2 |
I'm thinking about rewriting a database client-application in Java which currently exists as a Smalltalk-Application. I'm looking for information about the design of gui mechanisms, that allow us to use an underlying business-model with dynamically given user input
|
| closing one side of splitpane | 26 Apr 2004 11:40 GMT | 3 |
Could someone tell me how to close one side of splitpane (and re-open it when needed? Thanks in advance. Paul
|
| Adding JPanel to JLayeredPane - Please help! | 26 Apr 2004 10:08 GMT | 3 |
I have a problem adding a JPanel to a JLayeredPane. The class ChartGraphics paints a system of coordinats / Chart on a JPanel using the paint() metode. When I add the ChartGraphics object directly
|
| TextArea with \n | 25 Apr 2004 03:32 GMT | 1 |
Is there an AWT component like TextArea that lets you control where the linebreaks go? -- Canadian Mind Products, Roedy Green.
|
| Jtable autoScroll while reordering columns | 24 Apr 2004 18:52 GMT | 10 |
I have a JTable inside a JScrollPane with a lot of columns. The user needs to change the order of columns. I want to move the scrollbar while the user is dragging the column, but I can't get the good event. TIA
|
| Automatic generation of labels and text fields from DTD | 24 Apr 2004 10:30 GMT | 1 |
I'm searching for an API, Framework or something else to generate an (JPanel) input mask with JLabels and TextFields from an arbitrary DTD or XML-File. Bye,
|
| jAVA webbrowser PLEASEEEE HELPPPP | 24 Apr 2004 01:29 GMT | 1 |
Hi i m new in java language and right now i m working on a webbrowser project that has functions including history and forward and back button i would appreciate any suggestions and solutions from you guys. The problem with the history is that i m using jcombobox which
|
| Beeps (unwanted) in Java Swing GUIs | 23 Apr 2004 22:55 GMT | 4 |
my company is developing Java GUIs in Swing and we encounter beeps we cannot determine where they come from. Of course we do NOT use Runtime.... beep() ; Any ideas?
|
| Some questions in applet | 23 Apr 2004 20:46 GMT | 2 |
I have the following question, please help: 1. I am using IE 6 what should I need to do so that I am see Applet in IE? 2. How to create a .exe file from a .java file? Thanks
|
| Complete repaint of everything | 23 Apr 2004 20:35 GMT | 3 |
Is it possible to force all components in an application/applet repaint themselves? How? Thanks.
|
| ImageIcon in JApplet | 23 Apr 2004 06:09 GMT | 1 |
I have a problem with drawing ImageIcon objects on a JPanel in a JApplet Everything is ok when I run applet locally, but when it's run from a server the images are not showing ImageIcon objects are constructed from a *.gif files which I load in init()
|