Well, I'm doing something else now. All the programs were put in public domain and this website will not be updated. Thanks for your visit and please come back sometime. Keep on keeping on ;-)
Vasile Calmatui, May 20th 2001

Vasile's Java2HTML - colouring keywords in Java


Before using VasJava2HTML After using VasJava2HTML
/* (C), Vasile CALMATUI */
import java.awt.*;

public class VasTest {
  int hex=0x32;//C++ comment
  char c='\\';//a character
  int integ=32;//it works :-)
  int OCTAL=077;
  float floatN=.13f;
  String string="String";
}//end VasTest
/* (C), Vasile CALMATUI */
import java.awt.*;

public class VasTest {
  int hex=0x32;//C++ comment
  char c='\\';//a character
  int integ=32;//it works :-)
  int OCTAL=077;
  float floatN=.13f;
  String string="String";
}//end VasTest


Paste your source code in this TextArea and make Go!
Copy then the result in a file and look at it in a browser.
This applet/application can be run also from the command-line for batch processing.New!
It is an applet/application which allow you to make your Java code "presentable" in HTML format.
It will identify and colour Java keywords, all Java classes, strings, characters and numbers (integer, hexa, long, octal, double, float).
So, your source code will be more "readable" and easier to understand.
The source code is fully parametrable and you can specify your colours, keywords ...
More documentation.
A page made by this applet/application.
Download (15 kb) the package - version 2.0
 ?visits visits since September 4th, 1999
Last updated on February 13th, 1999
VasHomeVasJavaRegisterfrançais
VasHome | MailMe | Java Programs | Registration | Français
© 1997, 1998, 1999, 2000 Vasile Calmatui