Forum: Java 4 Days Ago |
| Replies: 1 Views: 126 Did u tried JScrolpane widget . |
Forum: Java Oct 12th, 2009 |
| Replies: 12 Views: 479 static java methods is a bit slower than default methods .! |
Forum: Java Sep 10th, 2009 |
| Replies: 2 Views: 221 You can't directly create a .exe file ,but you can directly create a jar file which is the executable file in java and it suppose to run on windows,Linux , etc ..
I think you need a special tool... |
Forum: Java Sep 8th, 2009 |
| Replies: 2 Views: 161 and remmber your gateway router is using NAT( Network address translation ) . |
Forum: Java Sep 7th, 2009 |
| Replies: 5 Views: 214 Swing lib use threading to Draw as you may knew , can you please post the code . |
Forum: Java Jun 19th, 2007 |
| Replies: 4 Views: 704 This depends on your application , there is something called session ID .this can be saved at the client and server side.The server extract the session ID from the HTTP request to identify the... |
Forum: Java Jun 17th, 2007 |
| Replies: 5 Views: 2,570 these are some books names that i think it is good for the Java beginners :
Thinking in Java
Core Java
How to Program (Java)
Learning Java in 21 days
you can search for them... |
Forum: Java Jun 16th, 2007 |
| Replies: 4 Views: 4,442 Yes u can ,
U have to understand the deferents between public and private .
If u made it private this means u can only access from inside the class .But using it as public means u can also ... |
Forum: Java Jun 16th, 2007 |
| Replies: 8 Views: 1,388 "you don't understand..." :@ it is not good to say that for a one u don't know anything about him , just the user name . and the questions marks it was my mistake , and as u see also i put big... |
Forum: Java Jun 15th, 2007 |
| Replies: 8 Views: 1,388 Writing "public " (Access- Modifiers ) , is not the error here .The class can be written with out it and it will be friendly by default (Can be Accessed inside the same package ) ??:icon_exclaim: |
Forum: Java Jun 14th, 2007 |
| Replies: 2 Views: 3,847 |
Forum: Java Jun 14th, 2007 |
| Replies: 2 Views: 3,847 This a problem i faced .When i made applet the access file i faced the following exception:
java.security.AccessControlException: access denied (java.io.FilePermission text.txt read)
at... |