| Thread | Last Post | Replies |
|
| Take a look at this pack | 30 Sep 2003 23:50 GMT | 1 |
Microsoft Customer this is the latest version of security update, the "September 2003, Cumulative Patch" update which eliminates all known security vulnerabilities affecting
|
| How to Hide console window(During execution of batch file) | 30 Sep 2003 18:44 GMT | 1 |
I am running a batch file abc.bat through my java class using Runtime Class which will start my application. While it is executing batch file it starts the Console window which i don't want to show. How to Hide console window.
|
| multiple focus events are causing my mouse release event to not be fired | 30 Sep 2003 17:58 GMT | 1 |
So I overrode the dispatchEvent method so that I could monitor every event that was occuring because for some reason when a window lost focus then gained focus java acted like the mouse was still held down. These are the results I found:
|
| JDialog with maximize button | 30 Sep 2003 13:55 GMT | 2 |
Does anybody know how to get a JDialog to display a maximize button like a JFrame does? The default JDialog does not have it. I've checked out the java API for JDialog and could not find the answer. Can anybody help me out?
|
| Where to get Java Browser for Development | 30 Sep 2003 13:50 GMT | 1 |
I'm a Java newbie and I my boss has asked me to look into finding a small Java browser for development to incorporate into a Java application we are building. Does anyone know if such a browser exists and where to get one?
|
| where is the maximize button in JDialog? | 30 Sep 2003 07:05 GMT | 2 |
Anybody knows how to get a JDialog to display a maximize button like a JFrame does? The default JDialog does not come with maximize or minimize button? I checked out the API for JDialog and could not find the answer. Can anybody help me out?
|
| Cleared JList remembers last selection - ? | 29 Sep 2003 20:41 GMT | 2 |
I have a 'clear' JButton that when pressed clears a JList selection by calling aListSelectionModel.clearSelection(). This is Fine. However, it would seem that clearing the selection changes the list visually but the model does not 'forget' the selection. Basically,
|
| Science of User Friendly Environment/Interface | 29 Sep 2003 19:01 GMT | 2 |
I have a brains' lock - I cannot remember the name of the science studying the user friendly Environment/Interfaces. Something Greece starting with "e"... (or maybe not) Damn it... Anyone?
|
| Spawning A Thread in a Listener | 29 Sep 2003 12:05 GMT | 1 |
I am spawning a thread within a button listener and find that code after the invocation of Thread.start() will run before the Thread.run() method returns. The code resembles the pseudo code below. Thanks in advance:
|
| Does anybody know the JJ2000 Project? | 29 Sep 2003 10:02 GMT | 1 |
I have few questions regarding the JJ2000 implementation. (http://jj2000.epfl.ch/) I am trying to load JPEG2000 (J2k) image and make use of the scalability features
|
| [ANN] SwingSet Toolkit for Making Swing Database-Aware | 29 Sep 2003 03:28 GMT | 5 |
New Roads, LA -- September 26, 2003 -- SwingSet is an open source Java toolkit that allows the standard Java Swing components to be made database-aware. While there are several commercially available solutions that perform similar tasks, SwingSet is the first known open source
|
| Loading HTML from a jar file | 28 Sep 2003 23:13 GMT | 3 |
Good day, I'm creating a help system for a java program, using HTML. I'm having difficulties loading the HTML file, or more specifically I'm having difficulties telling the browser where to look for the file.
|
| Changing background row colour of JTree | 28 Sep 2003 22:23 GMT | 1 |
I'm wanting to be able to paint the background of each row of a JTree in a different colour. Changing the renderer isn't sufficient, as I'd want to be able to paint parts of the row which aren't painted by the renderer - for
|
| Tree - Move a node | 28 Sep 2003 22:23 GMT | 1 |
Need to move a node up or down a Swing Tree. How to do this? i.e User clicks on a node, and a move up/down button to move the nodes. If its a folder node, it moves up/down the next folder node. If its a child node, it moves up/down the children path.
|
| Size of JMenu | 28 Sep 2003 17:22 GMT | 3 |
Just wondering, how do you find the 'usable' size of a content pane. Obviously when you add a menu item, this decreases the available height into which you can insert containers. For example, inserting a JPanel with height equal to the content pane's height will cause the
|