Sunday, May 26th 2013, 4:55am UTC+2

You are not logged in.

  • Login
  • Register

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

klctal

Trainee

Posts: 70

Location: Shanghai

1

Friday, July 24th 2009, 4:52am

Simple Word Processor

Hi everybody,

I've created a word processor that saves (and loads of course) RTF Files.
Notice that in the folder Res, theres another folder res. Copy the files to the first Res folder
I created on windows vista so the menu bar might be a little bad.
Credits:

LoadFile And Savefile, I got some help from A1880 and OlimilO.
Enjoy it

Download(from my site)

Thanks,

klctal
klctal has attached the following image:
  • JavaPad.PNG
:D

This post has been edited 2 times, last edit by "klctal" (Jul 24th 2009, 5:10am)


klctal

Trainee

Posts: 70

Location: Shanghai

2

Saturday, July 25th 2009, 3:04am

I've made a newer one...

Download Source (also from my site)

It includes new save PDF.
:D

phillchen

Beginner

Posts: 2

Location: Malaysia

Occupation: Software Developer

3

Saturday, July 25th 2009, 6:05am

cool ;)
Phill Chen
SoftEngine Software

klctal

Trainee

Posts: 70

Location: Shanghai

4

Saturday, July 25th 2009, 12:35pm

Hi phillchen,

Quoted


cool ;)

Thanks for your response.

I will upload a newer version soon. (Well because not all functions work the best)



Thanks,

klctal
:D

5

Monday, July 27th 2009, 2:35pm

Hello to all ...

klctal - I compiled and gave the following error:
source

Source code

1
2
3
4
Error in compilation. Class' Form1 'Line: 262 
Classe'PDFDocument'Not Found 

Dim Doc As New PDFDocument



phillchen - I compiled and gave the following error:
source 1.4

Source code

1
2
3
4
Error in compilation. Class' Form1 'Line: 384 
Classe'com#lowagie#text#Document'Not Found 

Dim Doc As com#lowagie#text#Document

help me please
I just new in programming ...

klctal

Trainee

Posts: 70

Location: Shanghai

6

Monday, July 27th 2009, 2:46pm

Hello natch,

You would have to have iText_2.17.jar for the PDF maker to work.

1. Download iText

2. Go to Project->Refrences(ClassPath)

3. Go to "Add Jar Archive"

4. FInd Class PDFDocument

5. Check it



Thanks, klctal
:D

7

Monday, July 27th 2009, 3:12pm

the iText is a Lib?
where we find the iText?

klctal

Trainee

Posts: 70

Location: Shanghai

8

Tuesday, July 28th 2009, 2:00am

Hi natch,

You can download it from here: http://www.lowagie.com/iText/download.html
:D

klctal

Trainee

Posts: 70

Location: Shanghai

9

Tuesday, July 28th 2009, 3:46am

I've created a newer version:

Download Source_2.rar
:D

10

Thursday, July 30th 2009, 2:40pm

Thanks for the link ...

But I download the source code or the code complied?
And use it?
Of me understand a little help because it

klctal

Trainee

Posts: 70

Location: Shanghai

11

Friday, July 31st 2009, 3:48am

First, the iText you need is a compiled Jar archive. Do not download the source. It's useless in this project.

Source codes (or the ones I posted) are Jabaco source files.

In order to let the compile error class PDFDocument not found be fixed, you'll have to add the JAR archive into the classpath. Go to Project->classpath then add jar archive. Select where you downloaded iText and then in the text box type "PDFDocument". Then click find class. You should be able to find the class. Just check the check box and click close.
:D

This post has been edited 1 times, last edit by "klctal" (Jul 31st 2009, 4:00am)


12

Friday, July 31st 2009, 4:57am

Thanks ...

Rate this thread
WoltLab Burning Board