Linux: java threads and Server Socket

2000-10-15 Thread Gurumurthi, Nandakumar
Consider the following scenario. Class A creates and starts a thread. This thread ( called LocalServer ), uses ServerSocket(0) to choose a port that is available, and listens for incoming connections on that port. The port on which the LocalServer is listening must be passed to A, so that A can

Re: Converting int to String

2000-10-15 Thread Nathan Meyers
Nicolas, I'd recommend spending some time with a good Java programming book or some of Sun's online tutorials. This list is focused on using Java with Linux, and isn't the best place to find help for beginning programming questions (even if you happen to be doing your beginning programming on a L

Re: Forte vs Emacs? Your opinions, experiences

2000-10-15 Thread Weiqi Gao
Barnet Wagman wrote: > > I've been doing my Java development using emacs (actually xemacs) but am > considering switching over to Forte (nee netbeans). > > Before I take the plunge in a non-trivial way, I'd like to hear other > people's opinions about Forte, both in terms of its design and > sta

Converting int to String

2000-10-15 Thread Nicolas Raitman
Hi to All! Suppose that I want to show in a label the value of an int variable, how can I do that? When I try to assign the int as the argument of the setText method of the Label the compiler complains and argues that they are not convertible types. What can I do? Thanks ---

calling another applet

2000-10-15 Thread Nicolas Raitman
Suppose that I have a web page with an applet on it. If the applet has a button, how can I make this button to call another web page. I mean, I know the method of the ActionListener, I just want to know how to call another page that will contain another applet. Thanks --

Forte vs Emacs? Your opinions, experiences

2000-10-15 Thread Barnet Wagman
I've been doing my Java development using emacs (actually xemacs) but am considering switching over to Forte (nee netbeans). Before I take the plunge in a non-trivial way, I'd like to hear other people's opinions about Forte, both in terms of its design and stability. (Early versions were unstab