| Thread | Last Post | Replies |
|
| Flowcharts libraries? | 20 Jul 2007 21:12 GMT | 2 |
I'd need some library to easily draw flowcharts (for example b-trees) etc. via Java APIs I found JGraph, but it's quite chubby. Is there anything (opensource/free) similar but smaller?
|
| NetBeans and argument of constructor | 20 Jul 2007 20:01 GMT | 3 |
I've this class, Gestisci.java, when I initialize this class from Crea.java class I need to pass an argument to the constructor so code in class Crea.java will be something like that: new Gestisci(myStringVariable).setVisible(true)
|
| Is there a Way for Applet animations work as fast and Clear as Flash designs. | 20 Jul 2007 13:28 GMT | 4 |
JAVA was once a very modern language but I feel it is loosing it's importance because of Microsoft Monopoly. Why do Microsoft not give enough support for Java. We see Flash works better than Applets and faster, While even little
|
| How to deploy servlet after creating it in eclipse | 20 Jul 2007 13:11 GMT | 3 |
I am a new bee in java servlet. I have create a servlet in eclipse. It is working properly in eclipse. But now I have to deploy it on some machine.
|
| Which VM to install for Swing in IE | 20 Jul 2007 13:10 GMT | 3 |
I'm developing an applet using Swing components in JBuilder 2006 on a WinXP machine. I want to test the applet in IE7 on the development machine. What plug-in or runtime do I need to install to give IE the capability?
|
| Java Engineer - Positions - San Francisco Area | 20 Jul 2007 10:22 GMT | 1 |
I have several Java engineering positions on my desk. If you're interested in a new position please let me know. Several of them are 1) Senior Java UI Engineer
|
| sending raw data to a printer driver | 20 Jul 2007 06:55 GMT | 1 |
In Windows I have some win32 code that I use in VC++ programs to send raw data to the printer driver. I would like to do the same thing in Java; does anyone know how to do this. Specifically, I need to send printer codes or language commands to a printer. Specifically in the
|
| Txt to XLS convertion | 20 Jul 2007 01:55 GMT | 2 |
Hi there to everyone! I've been researching about converting files from txt format to xls or xls to any other format. My question is, is this possible? If so, can someone give me some pointers to java api that can perform this
|
| Java and PSExec | 20 Jul 2007 00:36 GMT | 6 |
Good day all, I have a program that invokes exec() to run windows commands. The PSExec command in specific is giving me problems. The psexec command is used to run windows commands on remote computers within the same
|
| adding <span> | 19 Jul 2007 21:35 GMT | 1 |
Is it possible using <span> tag to access this information? I know <span> sort of builds a function out of your html code, but is it possible to use it outside of the file? Thanks. :)
|
| java processes being sent shutdown on logoff | 19 Jul 2007 21:09 GMT | 2 |
I'm having an issue running some java processes on a Windows server. My system has serveral java processes that are started in the background by a system service. They are run as the SYSTEM user. When someone logs off from the console, the runtimes for the processes are given ...
|
| Servlet Redirection | 19 Jul 2007 16:25 GMT | 1 |
I need to redirect user request within servlet to another servlet without sending response.redirect to the client.I now that ASP for example has Server.Transfer function that transfers the requet to another asp page without sending 302 to the client.I need the same
|
| Servlet Redirection | 19 Jul 2007 14:34 GMT | 2 |
I need to redirect user request within servlet to another servlet without sending response.redirect to the client.I now that ASP for example has Server.Transfer function that transfers the requet to another asp page without sending 302 to the client.I need the same
|
| JTable and JScrollPane | 19 Jul 2007 13:35 GMT | 3 |
a very small demo to tell you my problem (I use Java 1.6). I have a JTable with 11 columns in a smaller JScrollPane. The problem is, that I can't put the column "10" between the columns "8" and "9" with the mouse. It scrolls to the first column.
|
| Using Java on Solaris | 19 Jul 2007 10:59 GMT | 3 |
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
|