hellow all! ^^ i want to find java-irc source.... is java-irc too difficult? i'm too tired ..can you help? sorry... metoo@......
ΐΜΑΎΘ―
metoo@...
Jan 31, 1997 2:37 pm
8240
... tool that performs x number of functions. You can plug a new function into it (that's a logical function, not a C "function") by implementing the...
Jack Harich
happyjac@...
Dec 31, 1997 12:34 am
8241
Global data is one of the best applications for a Singleton pattern that I've ever seen; wrap all your global data into a single object, then provide a static...
Ted Neward
tknewar@...
Dec 30, 1997 10:16 pm
8242
... Hi Ken, Well, thanks for not being offended. Maybe Cappucino helps !!! :-) BTW, hope you don't mind, but perhaps many could benefit from this answer, so...
Jack Harich
happyjac@...
Dec 31, 1997 1:54 am
8243
I'd add: "Pitfalls of Object-Oriented Development" by Bruce Webster. ISBN - 1-55851-397-3 I like Bruce's style and this book is a wonderful preventative to ...
Chuck McManis
cmcmanis@...
Dec 30, 1997 11:05 pm
8244
I'm looking for an example to do splash screen while my program is loading up. TIA. ... Carl Hoang Softech Systems choang@... 7118...
Carl Hoang
choang@...
Dec 31, 1997 1:14 am
8245
This is contentious. It's just my opinion. Hm. And there I was thinking that "Design Patterns" was the best OO book I'd ever read because it skipped all that...
Piaw Na
piaw@...
Dec 30, 1997 11:18 pm
8246
... There is a new book that I recommend very highly: Applying UML and Patterns by Craig Larmen. It is an introduction object oriented analysis and design. It...
Mark Grand
mgrand@...
Dec 31, 1997 2:17 am
8247
... You are right, the solutions are 1.Use native. Create a small c function to get vol label and call that in java. 2.Execute the dos/windows command "command...
James Kolenchery Rappel
jameskr@...
Dec 31, 1997 5:46 pm
8248
... actually when it comes to maintaining some semblance of platform independence, i find this much less gross than going to a vendor specific solution....
Eric Gilbertson
eric@...
Dec 31, 1997 2:18 am
8249
Mr. Hedlund: I got your email. Your conclusion is as mystifying as the premises you failed to cite in support thereof. Noncontextual characterizations such as...
John Rommel
FUTUREP1@...
Dec 31, 1997 1:12 am
8250
I believe he is referring to the numerous (3 so far) repititions of the banner across your postings to this group, namely: ">From Our CityJavaForum Please...
Ted Neward
tknewar@...
Dec 31, 1997 2:37 am
8251
Hi all, I am using Netscapes HTTPServlet with fasttrack 2.0 to upload file from client machine to the server. I am using form post with multipart/form-data...
Amrit Raj
araj@...
Dec 1, 1997 2:48 am
8252
... I'll be taking a peek at Mark and Chuck's recommentations ASAP. Thanks, Happy Jack Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
Jack Harich
happyjac@...
Dec 31, 1997 5:57 am
8253
sorry, posted the earlier one with one month back date. Hi all, I am using Netscapes HTTPServlet with fasttrack 2.0 to upload file from client machine to the...
Amrit Raj
araj@...
Dec 31, 1997 2:55 am
8254
In upgrading to Swing 0.7 from 0.6.1, I find that a custom TreeCellRenderer fails to paint properly. Upon investigation, it appears that getY() is about double...
Jack Harich
happyjac@...
Dec 31, 1997 6:26 am
8255
Mr. Neward, Your email is as mystifying as the one from Mr. Hedlund. My response to Mr. Hedlund specifically requested his authority and his standard. You...
John Rommel
FUTUREP1@...
Dec 31, 1997 3:20 am
8256
I believe no new netiquette rules are needed in this situation - the list charter (available at the URL appended to every message sent to the list) specifies...
Hi Sheldon, I suggest you use an application for doing the work, sth. like : import java.awt.*; public class setThePath { public static void main() { String...
Courtin Christof (The...
courtin@...
Dec 31, 1997 5:51 pm
8260
Hello John, Depending on the way you get the images, you'll correct my suggestion. ... class displayImages extends Panel { private Image image1, image2,...
Courtin Christof (The...
courtin@...
Dec 31, 1997 6:14 pm
8261
Jack, These problems have been in 0.6.1 already. My first assumption was that I need SwingUtilities.convertPoint() to translate the coordinates to the parent...
Walter Jenny
masa@...
Dec 31, 1997 6:53 pm
8262
At 02:58 PM 12/29/97 -0500, Jack Harich wrote: ... I used an approach like that about 12 years ago in a Lisp-based system (which was easy because I could just...
Dan Jacobs
djacobs@...
Dec 31, 1997 2:55 pm
8263
Hi Dan I am at present involved in a project where we use EventObject.getSource() to multiplex several objects into the same controller. I am deeply intriged ...
Javier Borrajo
jbi@...
Dec 31, 1997 7:58 pm
8264
I have observed that Netscape and IE both seem to keep jars and cabs cached, with some limitations which I can't identify precisely. Does anyone have any more...
Bill Kayser
bkayser@...
Dec 31, 1997 5:06 pm
8265
When the two files below are compiled with either JDK 1.2 or JDK 1.1.5, the second file gets the following error. ExtOuter.java:4: No constructor matching...
Steven J. Buroff
sjb@...
Dec 31, 1997 6:09 pm
8266
<snip> ... price. <snip> Yet another opinion: I agree with you that Design Patterns was the best OO book I ever read, but I thought that the most stunning...
Douglas L. Thompson
dlthompson@...
Dec 31, 1997 5:11 pm
8267
This is a reasonable ideal, but it's directly set against the advantages of strong typing. I think the designers of Java are realising there's strength in...
Bergstresser, Chris
cbergstresser@...
Dec 31, 1997 5:53 pm
8268
... Thanks. I have two icons on some rows. One is an image and the other is drawn real time for proper color and shape. Plus I draw the text. So I can't easily...