| New to Eclipse and been awhile since I did any Java [message #266703] |
Wed, 26 November 2008 14:08  |
Michael Messages: 3 Registered: July 2009 |
Junior Member |
|
|
I'm new to eclipse and its been about 5 years since I did anything with
Java.
I'm working on a new project and I'd like someone to point me in the right
direction.
I'd like to create a telnet application that does a lot of pattern
matching on incoming text and sends automated responses. A lot of this
text will be displayed on the screen as well in a scrolling up and down
format. Additionally, I would like to create a mapping control that shows
rooms as a box with links to other rooms. Lastly, you'd need to be able
to click on rooms to select them and bring up information on them. I
expect the overall application to be more of a graphical application
rather than an emphasis on text.
So basically I'm looking for some suggestions on what libraries and
"platforms" or what not to use what to download from eclipse, tutorials on
eclipse ect. Last thing I remembe about Java was "swing". Any
suggestions are welcome, thanks
standalone app, but would also like to distribute it as a web based app
later.
michael
|
|
|
|
|
|
|
| Re: New to Eclipse and been awhile since I did any Java [message #266854 is a reply to message #266847] |
Mon, 01 December 2008 19:36  |
Paul A. Rubin Messages: 188 Registered: July 2009 |
Senior Member |
|
|
Michael wrote:
> I expect the app to run mostly on windows, but I'd like it to run
> everywhere... that would tend to drive me towards Swing right?
AFAIK SWT will run on any platform with an appropriate Java machine, but
you do have to distribute the SWT jar along with your app. With Swing,
I don't think you have to distribute anything so long as the user has a
recent enough JRE (1.6?).
/Paul
|
|
|
Powered by
FUDForum. Page generated in 0.01724 seconds