Gee, why don't you tell us how you really feel?
Persil wrote:
>
> REMOVE ME FROM THIS FUCKING MAIL LIST OR TELL ME HOW TO REMOVE MY SELF
> FROM THIS PIECE OF SHIT LIST! MOTHERFUCKERS
Rather than FSCK this kind of childish behaviour, I think he's more in need
of an 'init -6' to clean out his dirty ram...
Also sprach apersil --- 05:27 PM 11/28/98 -0600
>REMOVE ME FROM THIS MAIL LIST OR TELL ME HOW TO REMOVE MY SELF
>FROM THIS PIECE OF LIST! MOTHERS
Dude or Dudette:
People don't like it when you "shout" via all caps.
And i must say that with the attitude that you expose, i wouldn't
be surpri
On Sat, 28 Nov 1998, Thomas Okken wrote:
> I'm trying to make a PopupMenu appear in a Component (a subclass of
> Canvas, to be precise).
> I create the menu in my Component's constructor:
>
> mypopup = new PopupMenu();
> mypopup.add("Blah");
> // etc...
> mypopup.addActionListener(this);
>
> In
On 29 Nov 1998, Juergen Kreileder wrote:
> Ok, the code does exactly what it's supposed to do on my machine:
> It opens a frame with the size 1100x100.
>
> What window managers do you guys use? What JDK version?
fvwm2 -cmd FvwmM4 -debug /etc/X11/AnotherLevel/fvwm2rc.m4
XFree86-3.3.2-5
RH 5.0++
J
On 29 Nov 1998, Juergen Kreileder wrote:
> It opens a frame with the size 1100x100.
You and I should read more closely. 1100x100 works correctly here. 100x100 doesn't.
Cheers
John Summerfield
http://os2.ami.com.au/os2/ for OS/2 support.
Configuration, networking, combined IBM ftpsites index.
apersil wrote:
> TELL ME HOW TO REMOVE MYSELF FROM THIS FUCKING MAIL LIST
Be kind and patient.
We don't have to read your junk.
If you don't want to get any messages from the list, filter them out
until you're removed.
BTW, everybody would feel better had you been out of the list.
Steve Byrne wrote:
>
> What a piece of trash! The author didn't even have the courage to have his /
> her name listed!
Yeap, I think that CNet couldnot be considered impartial anymore... (if it ever
was).
Did anyone see that?
http://www.cnet.com/Content/Reports/Shootouts/Brow0701/ss06.html
It i
On Sat, Nov 28, 1998 at 05:27:44PM -0600, apersil wrote:
> REMOVE ME FROM THIS FUCKING MAIL LIST OR TELL ME HOW TO REMOVE MY SELF
> FROM THIS PIECE OF SHIT LIST! MOTHERFUCKERS
try email to [EMAIL PROTECTED]
but not sure...
On Sat, Nov 28, 1998 at 05:32:43PM -0600, apersil wrote:
>
now what's that supposed to mean please ?
> John Summerfield writes:
John> On Fri, 27 Nov 1998, Karthik Vishwanath wrote:
>> Hi all,
>> when i create an application as :
>> public class Myapp extends Frame
>> {
>> public Myapp()
>> {
>> super("MyApp");
>> setSize(100,100);
>> show();
>> }
TELL ME HOW TO REMOVE MYSELF FROM THIS FUCKING MAIL LIST!
TELL ME HOW TO REMOVE MYSELF FROM THIS FUCKING MAIL LIST
REMOVE ME FROM THIS FUCKING MAIL LIST OR TELL ME HOW TO REMOVE MY SELF
FROM THIS PIECE OF SHIT LIST! MOTHERFUCKERS
TAKE ME OFF THIS FUCKING MAIL LIST OR TELL ME HOW TO!!!
On Fri, 27 Nov 1998, Karthik Vishwanath wrote:
> Hi all,
> when i create an application as :
> public class Myapp extends Frame
> {
> public Myapp()
> {
> super("MyApp");
> setSize(100,100);
> show();
> }
> }
>
> and run it, the setSize does not re
isn't a graduate trainee an undergraduate? sorry that this doesn't
answer your question, but your signature seemed interesting.
Karthik Vishwanath wrote:
> | Graduate trainee, |
> |
Jonathan Mark Brooks writes:
> Here is a rather interesting little piece of FUD from CNET. Java is
> being lumped in with
> OS/2, Wordperfect and Donna Summer.
>
> http://www.cnet.com/Content/Reports/Trends/WhereNow/ss07.html
What a piece of trash! The author didn't even have the courage
unsubscribe
This message sent using the FirstClass SMTP/NNTP Gateway for Mac OS.
unsubscribe
This message sent using the FirstClass SMTP/NNTP Gateway for Mac OS.
Hi all,
[ I apologize if this message appears twice on the list. I tried to send
it yesterday, but
my ISP had some problem, and I sent it from the office instead, but it
didn't show up on
the digest, so I figure something went wrong... ]
I'm trying to make a PopupMenu appear in a Component (a su
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Well, I did say that it was FUD, didn't I?
Personally, I'm inclined to believe that the two guys who did the
article are MS
stooges. Don't forget that MS had a pretty exhaustive plan to
manipulate the media
on the eve of the anti-trust lawsuits. Do
On Fri, 27 Nov 1998, Karthik Vishwanath wrote:
> when i create an application as :
> public class Myapp extends Frame
> {
> public Myapp()
> {
> super("MyApp");
> setSize(100,100);
> show();
> }
> }
>
> and run it, the setSize does not resize the f
Here is a rather interesting little piece of FUD from CNET. Java is
being lumped in with
OS/2, Wordperfect and Donna Summer.
http://www.cnet.com/Content/Reports/Trends/WhereNow/ss07.html
--
*
Hello Fellow JAVA Fans,
I am stuck on a problem and looking for help. I go to
Univ.. of Cincinnati CAS and took a course in JAVA and would not recommend
anyone taking it - because there is NO HELP from the teacher.
The little Applet part works, but the method has some error in
it tha
Troy,
Many thanks. Your solution proved to be the one I needed. I am pretty new
to Linux and very new to Java. I really appreciate your assistance.
Thanks,
David House
-Original Message-
From: Troy Wu <[EMAIL PROTECTED]>
To: David House <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMA
my linux fan :thank you very mach !
I use the jdb notice you words.
my program run well in "jdb" ,but it block in "javac"
i you printStream to get the outputstream of process.use
println(),flash(),to put passwd and confirm ,after i done this ,I call
waitfor(). all this done well in jdb but it just
hellow my linux fan:thank you very much!
maybe you don't run you program in "jdb".
Oh my god .the program which write like you second example blocked by javac
now run nice in "jdb".So I think it may need a thread and use something
like "notify()".
but no matter I write the thread . It just
You need to append the directory containing David.class to your
CLASSPATH environment variable; e.g.,
export CLASSPATH=/some/dir/1:/some/dir/2:/your/class/dir
where /your/class/dir contains David.class.
--troy
On Fri, 27 Nov 1998, David House wrote:
I just installed the J
29 matches
Mail list logo