From: Roedy Green on 16 Feb 2010 17:55 On Mon, 15 Feb 2010 00:52:19 -0800 (PST), BEHROUZ <behseini(a)gmail.com> wrote, quoted or indirectly quoted someone who said : >1-Class MyPanel >2-Class MyFrame >3-Class Main see http://mindprod.com/jgloss/jframe.html http://mindprod.com/jgloss/jpanel.html -- Roedy Green Canadian Mind Products http://mindprod.com Nothing has really happened until it has been recorded. ~ Virginia Woolf (born: 1882-01-25 died: 1941-03-28 at age: 59)
From: Arne Vajhøj on 16 Feb 2010 20:01 On 16-02-2010 17:54, Roedy Green wrote: > On Mon, 15 Feb 2010 10:18:49 +0000, RedGrittyBrick > <RedGrittyBrick(a)spamweary.invalid> wrote, quoted or indirectly quoted > someone who said : >> It's good that you provided the full code that illustrates your problem. >> It's bad that you added line numbers. I couldn't immediately see what >> was causing your problems and the line numbers prevent me using >> cut&paste to put your code into a Java compiler. > > Visual SlickEdit is great for this. You just drag a rectangle with > the right mouse button and hit delete. Intellij has column mode -- not > quite so convenient, but great for doing things like stripping off > line numbers. > > I do all kinds of data manipulation tasks using just the column, sort > and regex search replace features of Slick Edit. It saves writing > reams of one-shot code. UltraEdit can edit rectangular. Arne
From: Lew on 16 Feb 2010 20:55 Roedy Green wrote: >> Visual SlickEdit is great for this. You just drag a rectangle with >> the right mouse button and hit delete. Intellij has column mode -- not >> quite so convenient, but great for doing things like stripping off >> line numbers. >> >> I do all kinds of data manipulation tasks using just the column, sort >> and regex search replace features of Slick Edit. It saves writing >> reams of one-shot code. Arne Vajhøj wrote: > UltraEdit can edit rectangular. So can emacs. So can vi. So can Textpad. So can eclipse with a plugin. There used to be a plugin for NetBeans but I'm not finding it right now. -- Lew
First
|
Prev
|
Pages: 1 2 Prev: How do i know which superclass to inherit from... Next: Applet to Servlet |