I’ve been messing around recently with Eclipse and SWT. Eclipse is an
Anyway, I decided to write an FTP Client in Java. Although gFtp is pretty good, I just wanted to see if I could write my own one… just because! So, I decided to. Here’s a screenshot of it so far:
[cpg_imagethumb:3,ftpclient.png]
Anyway. If anyone feels like contributing to a Java FTP Client, drop me a line! I will probably release the code as open-source if it ever gets to the stage where I think it’s got enough features to release it. Currently you can’t even upload and download files (just browse), so not massively feature-full ;)
I promise I’ll make a non-techy post soon!
On this day..
- Social networking - 2008
- Right - 2004
February 5th, 2006 at 15:53
Why is Swing not so great? Have you seen project Matisse?
February 5th, 2006 at 17:00
I used Swing at University when I was learning Java. I just found it a bit clunky, also I prefer a native look and feel as opposed to a ‘Java’ look and feel. You could spot a Java application a mile off! Project Matisse looks good though, I’ll have to investigate a bit. I’m not really a GUI programmer, I do J2EE based stuff at work, so I’m not really used to this stuff!