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 / April 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Unique "logical" identifier for an object?22 Apr 2004 23:13 GMT5
I have a collection of "Invoice" objects within a vector.  I need to provide
a "logical key" to each "Invoice" object, which consists of a vendor number
and an invoice number, which are both Strings.  I need place a logical key
within each "Invoice" object, so that I can retreive ...
White Box Testing Java Code22 Apr 2004 22:45 GMT7
Can anybody do this for me? or at least tell me how to do it?
Thanks in advance
Jen x
Trouble with a double22 Apr 2004 22:03 GMT13
Why does this
 for (double x = 0.80; x < 1.0; x += 0.01)
 {
  System.out.println("Threshold " + x);
classpath problems22 Apr 2004 20:14 GMT2
I have the j2sdk1.4.2 and I have a mysql server setup and I wanted
to write a program to connect to the mysql server and grab some
information.  I downloaded the jdbc drivers from the mysql site, and I
set my classpath and put both the org and com folders and their
delete a char from string ?22 Apr 2004 18:15 GMT12
I want to delete a char from string. i used the following function.
String f = formulla.replace('[','');
The above function doesnt work as it tells me to put a space or some
char in 2nd parameter which i dont want. i just want to delete all
a question about socket and arrays !22 Apr 2004 17:51 GMT1
hi, I just began with studying java and have a question about reading
bytes from file(fileA).Every time I make it read into a byte array with
size 256.I used a while loop to see whether the next byte is a -1,if it
is then stop .
ArrayIndexOutOfBoundsException with DefaultTableModel22 Apr 2004 17:32 GMT2
i have got a problem with JTable. I created a small panel which includes
a JTable (in a JScrollPane) with a DefaultTableModel as model and 3
Buttons to add and remove rows and to clear the whole table. The problem
is after deleting a row, and clicking on the row which is now the ...
Hash table bucket states22 Apr 2004 15:53 GMT2
I'm confused about Closed Hash Tables (i.e. where each bucket is
occupied by up to one entry).  I've read that each bucket in these
tables has three possible states;
never-occupied (if it has never been occupied)
help on java22 Apr 2004 13:27 GMT1
  if one user wants to access our server via a gui(running on the
client side)
and send data(may be a file) to the server.Once server got a data,
server running
transparent JText Field22 Apr 2004 13:08 GMT1
Anybody know how to make the background of a JText field transparent so
people only see foreground letters?
Nick Soutter
www.andromedaonline.net
Remove borders from a JComboBox22 Apr 2004 11:34 GMT1
Hey Guys!
I got a JComboBox with a border I need to remove.
I tried:
this.setBorder(BorderFactory.createEmptyBorder());
How to create web folders for users?22 Apr 2004 11:22 GMT2
I would like to set up web folders for users, e.g., every user has 10Mb free
space for storing his data, he could access his folder by his
account/password on the internet.
Any help will appreciated.
Help debugging Java code with Java 1.3.1_01 Java HotSpot Client VM (jvm.dll)22 Apr 2004 06:36 GMT2
I am seeking help in my attempt to configure proper debugging
functionality for my classes with an application on a win32 platform
that uses Java HotSpot(TM) Client VM (JRE 1.3.1_01 - jvm.dll).  For
those of you that may actually know this application, it is Matlab.  For
Setting classpath22 Apr 2004 05:54 GMT8
I am getting an error when I try to set my classpath to utilize the
javamail components.  I am using
set classpath=/jaf-1.0.2/activation.jar;/javamail-1.3.1/mail.jar
This gives me two errors
classpath compilation problems22 Apr 2004 05:48 GMT2
I'm trying to compile all my java files without the need to compile
separately.
I have basically only two directories to worry about:
o the working directory from where I will run the application
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 March, 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.