| Thread | Last Post | Replies |
|
| MVC and java design | 06 Dec 2004 13:44 GMT | 1 |
I have been reading about model-view-controller architecture and how it is implemented in Swing. This leaves some questions. For example: You have a JTextField in which the user can provide a filename to save some data on disk. The data comes through the net (the
|
| Can we bypass the peer window creation? | 06 Dec 2004 09:33 GMT | 1 |
can we bypass the host os's window creation by our own customized image...i.e., creating windows of our own style rather than in the traditional rectangular form...like the one we do in VC++ or in VB. Any solutions?
|
| List in Linux | 05 Dec 2004 23:47 GMT | 2 |
I am using List andunder Linux I have a problem. I am compiling by jdk1.5 I want in my List the text in white color list.setForeground(Color.white);
|
| Customizable, predefined JDialogs ? | 05 Dec 2004 19:05 GMT | 5 |
for some application, I have to get two values provided by the user . First I tried to retrieve the two values separately by calling JOptionPane.showInputDialog() two times, but that seemed too much clicking for me.
|
| how can I see intermediate text during valueChanged routine ? | 05 Dec 2004 14:59 GMT | 3 |
Could one of you be so kind as to peek at my valueChanged routine below and tell me if you have any ideas why the following is not working ? I'm using "revalidate" and "repaint" in the way I thought would be right. Here are details:
|
| Hello: Not able to view background image in JPanel | 05 Dec 2004 11:08 GMT | 1 |
In SDK 1.4 ---------------------------------- import javax.swing.JTabbedPane; import javax.swing.JPanel;
|
| Buffered JTextArea or equivalent? | 04 Dec 2004 21:35 GMT | 2 |
Is there a way to set the maximum number of lines a JTextArea can hold, and if it achieves the maximum, it kind of "scrolls" -- not visually, necessarily, but if the limit is N, once N+1-th line is append()-ed, the first line is dropped, so memory is not consumed.
|
| SortCut keys for any JPanel | 04 Dec 2004 18:23 GMT | 4 |
I have several objects derived from JPanel. I've implemented validation on this objects, and when they are invalid theyr color changes. Also, the validation returns a list of reason for invalidation. What I whant to do is to show a list of this reasons to he user , but only if he ...
|
| Checkboxes in JEditorPane with HTML Form | 04 Dec 2004 10:35 GMT | 1 |
I´m using a JEditorPane to load an display an HTML document including a form with some checkboxes. I can query and set the checkboxes from the HTMLDocuments Element tree where the model= JToggleButton.ToggleButtonModel objects are referenced.
|
| Problems with dynamicall changing JTree | 03 Dec 2004 11:32 GMT | 6 |
i'm having some problems using JTree to represent a tree structure. static tree structure presentation and browsing works ok and the tree structure is loaded from a server. users can dynamically add nodes to and remove them from the structure. unfortunately, dynamic modifications ...
|
| Maximizing JFrame? | 03 Dec 2004 06:00 GMT | 2 |
How to maximize the JFrame of my application? Like I pressed the maximize button in a JFrame wndow, so the button is in the "restore" mode.
|
| Placing custom graphics object in a JTable column | 03 Dec 2004 00:29 GMT | 2 |
I need to have 3 to 6 green or red squares in 2 rows in each cell of a Jtable. These squares indicate something and their configuration depends on an underlying data structure which changes say every 10minutes.
|
| (X posting) HTML pages generated using JAVA/XSLT | 02 Dec 2004 09:43 GMT | 2 |
(X Posting) Hi, I have a HTML webpage that is updated every week. I mean the layout gets chaged every week(not a very drastic change).
|
| Problem with JScrollpane and graphics | 02 Dec 2004 09:30 GMT | 5 |
I have a JPanel on which I draw some tables, text and shapes (using Graphics2d). Then I put this JPanel inside a JScrollPane, hoping that my drawings will be still viewable after a window resize.
|
| Swing JPanel PaintComponent Issue | 01 Dec 2004 17:52 GMT | 16 |
I have a JFrame that I have undecorated and in full screen mode. To draw on the screen, I add a JPanel and draw on that and go for a setVisible(true). Then, I do what I need and do a setVisible(false) and go forward.
|