| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
JavaNotepad | Java (JDK 1.5) | Advanced / mhcrnl | 2618 since 8/15/2015 3:57:24 AM | Unrated
|
|
Editor de text java.
Text editor java. |
|
|
|
 |
Notepad 1.00 | Java (JDK 1.4), Java (JDK 1.5) | Advanced / Collin Doering (from psc cd) | 1330 since 1/4/2015 8:16:00 AM |
By 2 Users
|
|
A simple notepad developed in Java. For mote info see my site a http://www.rekahsoft.tk (ScreenShot) |
|
|
|
 |
Rich Text Format file creator | Java (JDK 1.2) | Intermediate / Jennica Jane Humphrey (from psc cd) | 837 since 1/3/2015 3:26:00 AM |
By 13 Users
|
|
Although my code is called "RTF Converter", it is actually more appropriate to term it "RTF File Creator". This allows the programmer to create a RTF file from scratch.
Center, left, and right alignment are supported--as well as tabs, line breaks, bold t ...(description truncated) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Save Data in Text File | Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Leo | 2317 since 6/23/2017 8:38:09 PM | Unrated
|
|
I found in www.java2s.com this code.
Data in JTextField's.
Add some lines in the code to check
if any data is complete (not empty).
If not, let me know with a message.
Then save the data in a text file.
|
|
|
|
 |
Trivial File Transfer Protocol | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Raghuveer Reddy, Thummala (from psc cd) | 929 since 1/3/2015 7:44:00 AM |
By 3 Users
|
|
This coding enables communication with a remote computer enabling one to browse the remote system directories and download the required files from the remote system. |
|
|
|
 |
Universal File Handler | Java (JDK 1.2) | Intermediate / Jennica Jane Humphrey (from psc cd) | 908 since 1/2/2015 4:17:00 PM |
By 7 Users
|
|
There is a lot you can do with this class! See the code to see the exact methods and how they work. You can delete files, copy files, insert a line into a file (alphabetically or append at end), search for a line, retrieve the nth line as a String, count ...(description truncated) |
|
|
|
 |
Universal FileFilter | Java (JDK 1.2) | Intermediate / Jon Steffensen (from psc cd) | 636 since 1/2/2015 7:19:00 PM |
By 5 Users
|
|
This class is an extension to javax.swing.filechooser.Filefilter that you can use to easily build up simple file filters to use with JFileChooser. Example:
<pre>
...
String[] javaext = { "java" };
String[] htmlext = { "html", "htm" };
String[] tex ...(description truncated) (ScreenShot) |
|
|
|
 |
User Input through Console | Java (JDK 1.1), Java (JDK 1.2) | Beginner / TheCodeGuru (from psc cd) | 1054 since 1/3/2015 5:32:00 PM |
By 3 Users
|
|
This is an example program shows how u can get input through the console window such as dos,etc. It may look silly example, but i am sure u will learn more from this, if u r a beginner. please vote me. thanks... |
|
|
|
 |
Word Counter | Java (JDK 1.2) | Intermediate / Kego Brewski (from psc cd) | 847 since 1/3/2015 4:44:00 PM |
By 4 Users
|
|
Counts the number of words in a text document. A word is defined to be a set of contiguous non-blank characters.
This is a command line application. Run the app from the folder containing the text file to be processed. When prompted, supply the text file ...(description truncated) |
|