| Thread | Last Post | Replies |
|
| System.setin question | 14 Jan 2004 21:12 GMT | 1 |
I am trying to implement a small telnet kind of application . I am having problems with redirecting input and output to a text area. I was successful in getting output to text area. Where my program opens a socket to unix box and prompts me for login,
|
| Java On-Line Compiler | 14 Jan 2004 21:06 GMT | 16 |
In addition to the recently posted article on the 'Short, Self-contained, Compileable Example', at.. http://www.physci.org/codes/sscce.jsp I have added an on-line compiler,
|
| How to determine if window is visible on the screen? | 14 Jan 2004 19:16 GMT | 2 |
Can java detemine if a particular window (e.g. JFrame) is visible on the monitor (i.e. it is not hidden beneath some other programs)? How do you do it? Cheers,
|
| resize the width of JToolBar, JMenuBar and decorator of JFrame? | 14 Jan 2004 17:19 GMT | 1 |
Anyone knows how to resize the width of JToolBar, JMenuBar and decorator of JFrame? The length of them is dynamically but the width of them seems always to be fastened. I expect to change them
|
| JCrossScrollPane | 14 Jan 2004 12:50 GMT | 2 |
I got a problem, which I'm not sure on how to take care of. For it's rather hard to explain the problem, I'll try it with a sketch
:) Basically I need a JTable seperated in 9 single parts.
|
| Problem in using arrow keys with JComboBox | 14 Jan 2004 11:54 GMT | 4 |
In a dialog box i am using JComboBoxes .In left side ComboBox in the drop down list i can use arrow keys . But in the right side ComboBox in the drop list
|
| Custom Component won't fit in a JScrollPane | 14 Jan 2004 02:53 GMT | 15 |
I have a custom component ... actually it's just a class that extends JPanel and in that class I have a same amount of JCheckBoxes and JLabels.. My CustomClass must be added to another panel, which is a layout of JTables, another panel with buttons etc .. some other panels that are
|
| Who is pivotonic? Spamming me for a Java API | 13 Jan 2004 17:05 GMT | 2 |
Just a quick question: am I the only one who is spammed by a company called info@pivotonic.com for their Java helper API (I try to figure out where they got the e-mail address from).
|
| choosing Swing | 13 Jan 2004 15:23 GMT | 2 |
Have there been any independent articles outlining the positives and negatives of choosing Java Swing over C#/.Net and vice versa? I did a lot of search over the past few days
|
| Fastest way to draw array | 13 Jan 2004 08:24 GMT | 1 |
How to draw int array with generated image (fastest way)? Sorry for my English
|
| JTree collapse/selection | 13 Jan 2004 08:23 GMT | 6 |
I have a JTree used for displaying a some hierarchical data in an applet. If a user has expands a node, selects a leaf under that node, and then collapses the node, the selection is removed from the leaf and the node is selected instead. Is it possible to stop this behaviour?
|
| JPG Thumbnails | 12 Jan 2004 23:38 GMT | 1 |
I've searched the net for information on how to read the thumbnail image that many JPG files have embedded into them. No success until now. Can somebody help me with a piece of java code (not using any kind of external library, only JSDK classes, please) I can use in my
|
| Make a cloneable object | 12 Jan 2004 23:23 GMT | 1 |
I have a problem: how to use the clone() method to create a deep copy of a JFrame object. I need to "duplicate" a JFrame containing a TextField and then to add other objects but only to the new window without adding them to the "original"
|
| JFileChooser still very slow in JDK 1.4.2-02 (re Bug Id 4712307) | 12 Jan 2004 21:35 GMT | 3 |
According to the Java Bug Database (Bug Id 4712307) the problem with excessively slow JFileChooser is supposed to be fixed in 1.4.2. However I still find it takes eons to display even a very small directory. How do I find out what is going on to solve this, since Sun keeps closing
|
| Why JTable doesn't show array cell value as JComboBox | 12 Jan 2004 20:02 GMT | 2 |
JOptionPane or JList can handle array values correctly, however when I use a table I get something like L[java.langString... when I expect a combobox. I tried to modify model of table to specify String[].class as type of cell, but it didn't help. Any ideas?
|