Re: Forte vs Emacs? Your opinions, experiences

2000-10-16 Thread Peter Schuller
> I've been doing my Java development using emacs (actually xemacs) but am > considering switching over to Forte (nee netbeans). Personally I'd go for Forte simply because I have not been able to make xemacs/eamacs indent with hard tabs instead of spaces. But other than that, I would go for neith

Problems jdk-1.1.8-v3 + Slackware7.0

2000-10-16 Thread Josep M. Torne
Hi, I'm sorry if this is a silly or always-repeated question, but I didn't find any reference in the faq, and I really need urgently a solution. The problem is, I'm trying to run jdk-1.1.8-v3-glibc-2.1.3 with my Slackware-7.0 linux distribution (glibc-2.1 based!). It's not possible for my to use

Re: calling another applet

2000-10-16 Thread Mark Ogden
On Sun, 15 Oct 2000, Nicolas Raitman wrote: > 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

Re: Forte vs Emacs? Your opinions, experiences

2000-10-16 Thread yangyuexiang
Why not use Emacs/JDE/DDD? Jesper Nordenberg wrote: > I would recommend that you try Netbeans instead of Forte cause it's updated > more often. It's a very good IDE, but I cant stand the debugger. Way to > complicated to use and shows a lot of irrelevant information (static final > fields for e

Re: Converting int to String

2000-10-16 Thread Kari Laipio
> 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? > Hi! Try: setText("Integ

Re: Forte vs Emacs? Your opinions, experiences

2000-10-16 Thread Jörg Strebel
>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 wer

Re: Forte vs Emacs? Your opinions, experiences

2000-10-16 Thread Jesper Nordenberg
I would recommend that you try Netbeans instead of Forte cause it's updated more often. It's a very good IDE, but I cant stand the debugger. Way to complicated to use and shows a lot of irrelevant information (static final fields for example). Of course the editor is not the same class as Emacs.