Welcome to Jasupremo 1.0 !

a) What is it ?
  ==============
Jasupremo is a freeware Java Integrated Development Environment 
written in Java. You can write your Java programs, compile and 
run them instantaneously by clicking on a toolbar button. It 
includes a comfortable editor with multiple documents support. 
It also has an automatic HTML page generator to build a first 
test page for your Java Applet. And of course further features
will come !


b) Description of the program's functions
===========================================

	Menu File 

		- New
			Creates a new document in a new window.
		- Open...
			Opens a document in a new window.
		- Save
			Saves a document.
		- Save As...
			Saves a document and gives it its name.
		- Exit
			Quits the application.

	Menu Edit

		- Undo
			
		- Cut
			Cut selected text from the document and puts it 
			to the clipboard.
		- Copy
			Copies selected text to the clipboard.
		- Paste
			Pastes selected text from the clipboard in your
			document.
		- Delete
			Deletes selected text.
		- Select All
			Selects all text in your document.
		- Find...
			Finds a string in your document.
		- Find Again
			Finds a string again in your document.
		- (Preferences)

	Menu Run

		- Compile
			Compiles your document using the Java Compiler.
		- Run
			- Applet
				Runs your Applet using the AppletViewer and
				HTML File created in <<Make HTML File>>
				which has the same name as your Applet.
			- Application			
				Runs your Application.
		- Make HTML File
				Creates a HTML Holder file for your Browser.

	Menu About

		- Help
			Opens the help.
		- About
			Opens the <<About>> dialog

c) Bugs
========
If you find a new bug please inform the author either in browsing
to http://www.yi.com/home/LudwigMichel/jasupremo/jasupremo/
jasupremo.html or in sending an E-Mail to michel.ludwig@bigfoot.com 
and indicating exactly what you did to find the bug.


d) Distribution
================
This progam is FREEWARE. You can distribute it freely but if you put
it on a web or ftp server please inform the author either in browsing
to http://www.yi.com/home/LudwigMichel/jasupremo/distribution.html 
or in sending an E-Mail to michel.ludwig@bigfoot.com . 
 

e) Installation 
================
	+ Install the JDK (Java Developement Kit)(http://java.sun.com)
	+ Set your classpaths (Refer to JDK Installation Guide)
	+ Unzip the archive in a directory ( i.e for Windows: 
	  c:\jasupremo )
	+ At the command prompt, change to the directory you 
	  unzipped the application 
	+ Type "java Jasupremo"
	

