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 / November 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
show and drop button code for card game24 Nov 2005 16:54 GMT1
hai all,
         i am doing a project on card game.in my user interface i want
to keep show and drop buttons.when the game is over the user should
click on show button.when the user clicks on show button after
creating an x in tic tac toe?24 Nov 2005 16:49 GMT9
Hello all, I am still implementing my tic tac toe gui game. Anyways, I am
able to to create an X in the square, however, it does not fill the square
completely. In order to achieve this I've used;
   g.setColor(Color.blue);
Restoring redirected System.out24 Nov 2005 16:32 GMT9
After you've done a "System.setOut(PrintStream out);" is there a way to
restore the initial state without explicitly storing it?
      Rob
Verifying signature on a different host24 Nov 2005 12:25 GMT1
[Escalating to c.l.j.help, since my post went without reply on
c.l.j.security]
Hello all,
In my application I have a packet of information for which I generate a
classloading question24 Nov 2005 11:56 GMT1
I have two jar files. myapp1.jar and myapp_test.jar
When I execute I do:
java -cp myapp_test.jar:myapp_test.jar .......
When class EtxCard.java is loaded from myapp1.jar that class
Runtime.getRuntime().addShutdownHook23 Nov 2005 21:58 GMT4
I am setting the shutdown hook to write log files when a app closes.
This works fine is no threads are blocked, however if I have one thread
waiting for data from a network port, it does not. Is there anyway to
ensure the shutdown hook runs even if threads are blocked, such as a
how to erase data from bytebuffer?23 Nov 2005 21:44 GMT4
I'm writing a program in which I'm using a bytebuffer which I want to
reuse in stead of recreating it several times. The buffer has to be
empty before I'm using it again. The Java API doesn't provide a method
(at least I couldn't find it) for erasing data from the buffer. Can
parallel customized filefilter23 Nov 2005 21:21 GMT5
Is it possible to filter a JFileChooser for multiple file types
simultaneously?  For example I want to show  everything EXCEPT *.wav & *.zdl
& *.xls files.  I dont  see how it is possible b/c every filter you define
that extends FileFilter get added to the FileFilter[] and they only ...
Hello world with main?? need help23 Nov 2005 21:02 GMT9
How do i write a java program that doesn't have any "public static void
main(String[] args)" method and prints "Hello World" to the console ?
any open source Java products that handle automated telecom calling?!?23 Nov 2005 17:41 GMT3
Does anybody know of any open source Java products that offer server driven
automated telecom calling?
Basically I'm looking for a telecom service product that can make telecom
calls and relay a message to a human receipient who is then prompted for a
Swing : file format23 Nov 2005 16:39 GMT2
I'm developping a editor text like Notepad under Swing. I wanted to know:
1/ How can I create a different files format under "save as"?
2/How to be able to open files whose extension is RTF?
Thanks for help
Java https client problem23 Nov 2005 16:19 GMT5
I have encountered a very frustrating problem which I cannot solve.
I am developing some kind of Java based https client that is supposed
to support only very specific sites. All of the sites work just fine
except one.
please heeelpp!!23 Nov 2005 16:06 GMT5
dear all, i am in need of urgent help. i have just begun using java to
program but i am having great difficulty while writing a program to
convert temperatures from centigrade to fahrenhite and vice versa.. the
following is my code yet it won't compile.. can anyone help at all?!
Strange graphics problem23 Nov 2005 11:58 GMT1
Hi to all,
i describe a drawArrow method below, which takes 5 parameters : a graphics
object g and the coordinates of 2 points.
What i want to achieve is to draw a dotted line
enums switch statement23 Nov 2005 04:27 GMT3
With the below class why can't I do this switch:
 public void update(ModelEvent evt) {
  switch (evt.type()) {
   case ModelEvent.Type.GAME_ADDED: // << compiler complains here
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 October, 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.