Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hello , i m developing A GUI .

Status
Not open for further replies.

meenakshidhar

Programmer
Oct 19, 2001
77
MY
hello ,
i m developing A GUI . which is platform independent ....i have an option to use java or Tcl .. what should i use .
 
hi

java is a great choice. platform independent and very easy. try it.

luv
Karthik.
LOL A ship is safe in the harbour, but that's not what it is meant for!!! LOL
 
The only thing I had problems with porting a GUI between Windows and Linux is that the screen resolutions were different meaning my good work on my home PC which fitted perfectly, was left with loads of spare screen space in Linux.

I got round this by making the GUI components size relative rather than absolute. Easy to do by just getting the screen dimensions of the system you are using via the toolkit and then making buttons etc a percentage of these proportions. Worked a treat.
 
Either is great. The choice between these 2 languages
should have more to do with what the app is going to do.

Java is probubly the easiest since you hava a much better
chance that machines will have java than tcl.(At least on
ms windows machines which lets face it are unfortunately
most common.) If this is not an issue then there is also
Python***
Ruby*****(very cool and mondo technoidishly obscure. Always
a good thing.)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top