LebGeeks

A community for technology geeks in Lebanon.

You are not logged in.

#1 July 29 2017

issa loubani
Member

Java Text Editor

Hello LebGeeks,this is my first full program i created,a basic text editor for windows using java language.You can check it on GitHub with this link http://github.com/IssaLoubani99/Java-Text-Editor.
And please give me your opinion,and give it a rate,i will be more than happy to get your experience and skills :)

Offline

#2 July 29 2017

rolf
Member

Re: Java Text Editor

Hi there.
How is it "for Windows" using java? What happened to Java being cross-platform?
Thank you for sharing and welcome!
You can use the BB url tag to create links that are clickable.

Last edited by rolf (July 29 2017)

Offline

#3 July 30 2017

issa loubani
Member

Re: Java Text Editor

Hello There !
I meant it was tested on windows only,i made it compatible for windows since i don't have enough experience with "linux",sorry my mistake.

And thanks for the tip. :)

Offline

#4 July 31 2017

rolf
Member

Re: Java Text Editor

Thank you.
I took a look at your code (looks neat). I'm not really knowledgeable in Java but I think this would be a good opportunity to experiment a bit.
I'll let you know how it goes.
Good work!

Last edited by rolf (July 31 2017)

Offline

#5 July 31 2017

issa loubani
Member

Re: Java Text Editor

Thanks a lot.
That meant so much for me.
:)

Offline

#6 August 1 2017

xterm
Moderator

Re: Java Text Editor

Good job. Quick comments:

- Do not store compiled code in your source code management repository.
- Do not store releases in your source code management repository. In the case of github you can create releases and attach binaries

Offline

#7 August 1 2017

issa loubani
Member

Re: Java Text Editor

Hello There !
Thanks For The Comments :)

Offline

#8 August 1 2017

Hybrid
Member

Re: Java Text Editor

Nice.

Starred :)

Offline

#9 August 1 2017

issa loubani
Member

Re: Java Text Editor

Thanks ;)

Offline

Board footer