| Thread | Last Post | Replies |
|
| Wait Cursor stuck in Table Header, bug?? | 15 Nov 2007 16:33 GMT | 2 |
I have a simple JTable on my app. When new data is loaded into the app, I turn the cursor into a wait cursor while the data loads in a separate thread. Once complete the cursor returns to normal. However, if the mouse cursor happens to be on the JTable's header
|
| objects on heap in running jvm | 15 Nov 2007 16:20 GMT | 2 |
In the past I'm sure I used a tool (possibly jdb) to examine objects created in a running jvm. I think I added some arguments to the command line for the app I was investigating and then ran the tool to attach it. The output I think was quite simple tabulated plain text.
|
| convenient way to read text file multiple times without reopening it | 15 Nov 2007 15:05 GMT | 7 |
I suppose that a convenient way to read text file is through FileReader. But FileReader does not support the reset(). So, as a temporal remedy, I am opening the file twice: Reader fr = new FileReader("filename");
|
| Java Frames | 15 Nov 2007 11:18 GMT | 2 |
Hi, I need create 3 Frames or containers (I don't Know), each frame must have a container/frame and each container 3 boton, somebody know how to start this proyect? but between each main frames the desktop is visible.
|
| tomcat - log4j logfile | 15 Nov 2007 10:15 GMT | 5 |
i'm a software developer and i've got a problem with log4j log file. i'd like to ask if there is an option in configuration file that allows to create a new log file automatically each day. i mean the old one is move to some archive and new is create and we've
|
| Looking for a pattern | 15 Nov 2007 07:32 GMT | 16 |
I am looking for a good pattern. I have a rather large software app that makes use of a service manager for its many services... configuration, colors, data lookup, units, etc. Up until now the service manager has been a singleton and anyone who wants access to a
|
| Eclipse always going to blank Workspace | 15 Nov 2007 03:59 GMT | 1 |
I have installed eclipse. What I found is every time eclipse starts, I always have to switch the workspace by going to file-
>switch_workspace. Why can't it reopen the workspace I was working on previously?
|
| newbie Threads and JDialog | 15 Nov 2007 02:21 GMT | 1 |
I've been working with Java for one year and I'm a newbie with threads, I have the following problem which I suppose you experts can help: I have a JDialog extension which I create some JTabbedPane with
|
| Distributed RVS, Darcs, tech love | 14 Nov 2007 22:14 GMT | 38 |
When i first heard about distributed revision control system about 2 years ago, i heard of Darcs, which is written in Haskell. I was hugely excited, thinking about the functional programing i love, and the no- side effect pure system i idolize, and the technology of human animal
|
| Drawing a rectangle around an image | 14 Nov 2007 20:46 GMT | 1 |
I've succeeded in printing a rescaled Image, however when I use drawRectangle() to print a rectangle around the image the bottom third of the image is blacked out. What is the correct way to do this? Thanks
|
| Rescaling image file while printing | 14 Nov 2007 20:44 GMT | 3 |
I need to rescale and print some jpeg and bmp files in Java application. My code is inside of a class "GraphicPages" that implements Printable. The actual rescale logic is contained in the print() method and uses
|
| multiple copies of JDK/JRE images | 14 Nov 2007 20:16 GMT | 1 |
I am currently installing the DST patch to the server and then instructions say: It is possible for systems to accrete multiple copies of JDK/JRE images, so you might need to
|
| Java to Lisp/Scheme or Prolog translator/parser? | 14 Nov 2007 18:45 GMT | 4 |
Is there any such "tool" available for coverting Java to Lisp or Prolog? Thanks in advance.
|
| What is URL rewriting? | 14 Nov 2007 18:36 GMT | 24 |
It is said "Cookies and URL rewriting are two common ways to keep track of users between requests." Try to expain URL rewriting?
|
| eclipse getting the project references of a project | 14 Nov 2007 17:40 GMT | 3 |
I'm looking for a way to programmatically gets the projects references of a given project. Any there anyway to do it ? Thanks
|