Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / September 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
A bigger Window13 Sep 2005 20:46 GMT2
>From the book Mastering Java 2 -1.4 form SYBEX, I have this code
--- snip
public class Picasso extends ExitableJFrame{
        Insets insets;
J2EE template13 Sep 2005 16:32 GMT7
All the examples I see for servlets use a PrintWriter to write out an
HTML page.  This seems rather tedious.  Is there a way in the J2EE
specification that I could use to create an html template, and then use
the servlet to just "fill in the blanks" of the template?
intersection model with threads problem13 Sep 2005 16:04 GMT1
X-No-Archive
Hello,
I am trying to learn java threads, and to attempt an exercise from my
textbook, hwever I am not sure if any of my proposed solutions are in
clearing output13 Sep 2005 07:55 GMT3
I've looked far and wide for the answer to this question without any
success. Is there a method in Java that clears output to
System.out.println? My goal is to pass output to the line then erase it
so that I don't have repeating lines in my loop. Any help is much
convert HashMap to ArrayList13 Sep 2005 00:26 GMT19
I'm trying to get faster performance in looping through my HashMap so
I'm converting this HashMap to an ArrayList, but I've got something
wrong on the line 'toArray' that I don't understand. What's the correct
way to do this?
command to view contents of a class...12 Sep 2005 21:19 GMT4
pls, what's command in shell to view src code of a compiled class?  I
have a class that's giving me an extra ("__$1.class") when I compile,
even though I don't have any inner classes inside class...  I would like
to know what's inside this __$1.class...  thank you..
splitting a string..12 Sep 2005 21:18 GMT7
does sthg like this work in java?
    String pairs = sQuery.split("&");
or can u only split strings w/reg. expressions in java?
  how would this be done w/a regular expression?  following what I
Pause a While Statement12 Sep 2005 18:06 GMT4
Anyone know how to pause within a while statement?  I have a while
statement that prints over 300 lines of output.  I need for the
statement to count the lines as they are being printed and pause after
20 or 30 lines, prompt the user to press any key, and continue through
Java and IP addresses.12 Sep 2005 09:26 GMT21
Two Java questions:
a) I have noticed occasionally that on my taskbar (XP SP2) the Java icon
appears.  Presumably that is when the website I am connecting to is
using Java.  Would this icon ever NOT appear, when Java is being used by
Error during compile using classes12 Sep 2005 05:56 GMT2
I am getting a compile error that says cant find symbol for the constructor
Worker() in class worker when the class worker has a constructor
method..heres the code from the parent(worker), child class (Executive), and
used class J2P1.java. Any suggestions to get past the compile ...
Compile error12 Sep 2005 05:46 GMT3
I am getting a compile error that says cant find symbol for the constructor
Worker() in class worker when the class worker has a constructor
method..heres the code from the parent(worker), child class (Executive), and
used class J2P1.java. Any suggestions to get past the compile ...
Frames12 Sep 2005 04:49 GMT1
Can anyone help me please. I'm trying to set up a frame which will have two
buttons and a welcom message. Its the beginnings of a basic client server
login / registration system. For some reason though, one of the buttons I've
added onto the frame seems to expand to the size of the ...
Frame, Panel limit Resizing11 Sep 2005 12:09 GMT14
Given an application as shown below, is there a way to keep the frame
and panel on that frame at the starting size so that the  user cannot
resize it after a "run" by using a mouse to grab of the corner of the
frame?
Sockets!11 Sep 2005 11:06 GMT7
I am looking at pros and cons of two approaches.
(i) Approach A
Client-Servers communicate via sockets
The Server keeps two channels one to receive requests(say Port A) and
Reaching a indirect superclass11 Sep 2005 10:11 GMT6
I have three classes extending each other :
class a {
}
class b extends a {
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 August, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.