| Thread | Last Post | Replies |
|
| Runtime.exec help please | 25 Jul 2007 16:13 GMT | 4 |
I am trying to use Runtime.exec to run a command and pass it a parameter. I need it to preserve the spaces in the parameter but cannot get it to work. E.g My code says
|
| access control | 24 Jul 2007 21:20 GMT | 7 |
I would like to have this setup: I have a class call it A that is part of some package, say P. Every class in P can access the public methods of A. That's fine because I need the other classes in P to be able to call those public methods.
|
| [Graphics]Filling binded area with color | 24 Jul 2007 17:09 GMT | 6 |
I want to fill an area bounded by a complex curve of a specific color (no polygone or typical circle, arc, rectangle etc...) and I want to fill the area with a specific color ; how to proceed. Thanks.
|
| UI Layout | 24 Jul 2007 08:42 GMT | 1 |
Hi all, I'm new to UI with java and I'm trying to learn how to setup position and stuff. I created a JFrame with a JPanel that contains a TabbedPane. For the moment the JPanel is set to south but its very small. I would like
|
| Vista to Java User Interface Problem. Help Please! | 24 Jul 2007 00:41 GMT | 5 |
Vista to Java User Interface Problem Rodney Boney (rjboney@texoma.net) I got an error msg [Java Not Found or Not Working]while trying to play POGO.com games on 7/3/2007. Pogo had worked prior to today. Something has
|
| Create new calendar using java code | 23 Jul 2007 19:38 GMT | 2 |
Hi, I am working on project with my university, in this project we intend to make account for students so they can check their schedule through their calenders, anyway, we have a main trouble now, we need to make new calenders using java code, but we didnt found any piece of
|
| Fading effect | 23 Jul 2007 09:28 GMT | 34 |
How can be obtained the grate effects as in this applet >>>> ? http://www.sureshotsoftware.com/webeffects/slideshow/index.html
|
| Multi-Threading Advice Needed | 23 Jul 2007 06:23 GMT | 2 |
I'm designing an application and was hoping to seek some advice on the threading portion of the design. The application features multiple components presenting data to the user. (Tables, graphs, etc.) At any point, the user can refresh the data, causing the data to be
|
| Find point perpendicular to line | 23 Jul 2007 01:41 GMT | 7 |
My trigonometry and imagination are failing me now. I hope some one can give me help. I have two points: Point2D.Double A = new Point2D.Double(100d, 100d);
|
| anyone with a small example for using JXTreeTable | 22 Jul 2007 18:29 GMT | 1 |
anyone with a small example for using JXTreeTable to startup with regards patrick
|
| Screen recording needs a performance boost. | 22 Jul 2007 10:29 GMT | 6 |
I'm using robot to capture my screen in "real-time" and only able to pull about 12fps, does anyone know how to improve the fps? Is the while loop slowing it down? long t0 = System.currentTimeMillis();
|
| Character Streams page does not serve at java.sun.com | 20 Jul 2007 22:32 GMT | 6 |
RE: http://java.sun.com/docs/books/tutorial/essential/TOC.html Clicking on the link for Character Streams leads to a blank page. This is the catch-all group for Java, so I put this here, not knowing a better way to get in touch with Sun.
|
| exporting registery keys | 19 Jul 2007 01:59 GMT | 2 |
Is there somethingjava or else can do to export registery keys programmatically?
 Signature Thanks for your attention.
|
| Help with Java application on Solaris 9 | 18 Jul 2007 21:09 GMT | 1 |
I am using a Java appliction on Solaris 9 and am having trouble. The application is Electric VLSI program, and all was working properly until I increased the JVM space (whenver I would load an example circuit, the tool would say it was out of heap space on the terminal
|
| Reading windows event file like event viewer from windows/system32/config/AppEvent.evt | 18 Jul 2007 15:45 GMT | 5 |
hi ,any one can help ,me to solve my problem. i m talking about reading AppEvent.evt SecEvent.evt SysEvent.evt files which basically resides in C:\WINDOWS\system32\config folder of windows xp.if we want to open that files and our computer is on n/w
|