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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
iterate generic list with "for(Object o:c)"25 Jan 2005 21:59 GMT2
TestDriveMonsters.addTimer() is supposed iterate through list, but it
doesn't seem to be doing this since it never prints the dummy int i,
nor monster.toString() for unknown reasons.  does addTimer() iterate
through list?
inline manifest.mf for foo.jar from build.xml using ant25 Jan 2005 21:56 GMT7
What's the syntax to create an inline manifest for HelloWorldGui.jar
with the
added line "Main-Class: HelloWorldGui", please?
//////////////////build.xml////////////////////////
Restart input if Illegal argument?25 Jan 2005 21:38 GMT2
Is it possible to jumb back to intput lines and run them until the user has
typed a positive number?
import javax.swing.*;
class Test34{
stuck in image write25 Jan 2005 21:29 GMT1
I'am quite a newbie java programmer. Could anyone advice me how to write
array of ints to tif file using JAI. I have succeeded of reading raw
image file to integer array but havent dont how to go further.
jm.
Unicode data from Mysql25 Jan 2005 18:19 GMT1
I have 2 strings
    String uni_text=new String("\u0412\u0438\u043a\u0442\u043e\u0440");
    StringBuffer sb_uni_text = new StringBuffer(uni_text);
    System.out.println(sb_uni_text); //    OK !!!
sample code....all experience in Java pls give comment25 Jan 2005 12:14 GMT3
Hi All...
I am a student n newbie in Java. I've been given an assignment 2 create a program that enables its users to convert binary/octal numbers to decimal.
I finished doing the binary to decimal conversion code...and manage to compile. However i am not getting any answers to the ...
Regarding references25 Jan 2005 10:52 GMT4
class A {
   public void print() {
         System.out.println("Test");
}
Traffic-Cams    (new yahoo group )25 Jan 2005 08:44 GMT1
There is a new Yahoo group called " Traffic-Cams "
This group discusses everything related to online and realtime
traffic-cameras
We have a very extensive links-section with links to thousands of online
Accessing variables inside a "try"25 Jan 2005 08:27 GMT8
public static void Menu(String data){
try{
           System.out.println("Reading file: " + data);
           FileReader fr = new FileReader (data);
package jarfile from ant25 Jan 2005 03:43 GMT2
I can't find HelloWorldGui.jar, was it even created?
/////////////command line////////////////////////
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
How to parse a text file25 Jan 2005 03:40 GMT4
I am trying to parse a text file. As you can see from the code
fragment below, I can read the file and print it but cannot parse it.
What I want to do is look for a line that starts with ***** and count
it. There should be about 100 of them in the file.I get a incompatiable
Swing - layout problem with several panels.24 Jan 2005 21:41 GMT2
Hello, I have a problem that is making me mad.
I have an application with a menubar that lets me change the JPanel to
show.
This panels are using gridBagLayout to localize and resize their
Very simple Java problem, please help24 Jan 2005 16:35 GMT10
My Java-based chatroom is failing to do its automatic CRON job to
delete latent messages and nicknames that linger on the server more
than an hour.
I set up a few JSP scripts that will retrieve and remove these files by
Maximize a JFrame24 Jan 2005 14:31 GMT2
How can I show a frame in a maximized window, I used
setExtendedState(vncFrame.MAXIMIZED_BOTH) but still the frame was not
maximized.
Thanks in advance
"modulo" and "BitSet addition"24 Jan 2005 13:46 GMT5
How can I perform addition in BitSet type?
What does mean by the following sentence:
[
Addition (+) is performed modulo 2^32.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 December, 2004
 
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.