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 / General / December 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
problem with awt.Color20 Dec 2003 05:28 GMT3
It's my first application with JFrame. I have a problem with changing
colors in my application.
Frame name is: JFrame1.
It contains a JPanel class named jPanel1.
waiting message20 Dec 2003 05:26 GMT2
I'm calling remote methods on the server, where database queries are
executed.
sometimes it takes a while to get the results back to the client side.
I'm trying to display JDialog with message to wait, but while dialog
record from microphone20 Dec 2003 04:54 GMT2
Can I record voice via microphone...
(what class???)
...and after send the voice to server?
(With a Java Applet)
equals and hashCode20 Dec 2003 00:35 GMT2
From Object's JavDoc:
> If two objects are equal according to the equals(Object)
> method, then calling the hashCode method on each of
> the two objects must produce the same integer result.
Changing the Classpath at runtime19 Dec 2003 23:06 GMT8
I need to be able to change (really add to) the classpath after my main
application is running.  Can anyone tell me how to do this?
Any help would be appreciated
Brian Andersen
I need java floppy sized19 Dec 2003 22:39 GMT6
I have a problem in that I do not have the internet and I have no
means of splitting files on the machine I do have for downloading
archives.  This means that I am relying on split files already online
which are less than 1.4mb in size.
recast a superclass attribute19 Dec 2003 21:34 GMT4
class MySuper {
   Date date;
}
class MySub extends MySuper {
Converting Text to Image19 Dec 2003 20:51 GMT3
Does anyone know of a tool for Converting Text to images so that I can still
have image buttons on my site while having it localised?
Thanks,
Andoni.
JSR014 prototype and AssertionError19 Dec 2003 20:38 GMT1
take the following file Bug.java:
   import java.util.*;
   public final class Bug<Item> {
       public Bug(Collection<Item> items) {
java performance w2k vs NT419 Dec 2003 18:58 GMT1
I've been developping a Java application using sun's 1.4.1 on my NT4
box.
It's a financial application that retrieves market data in real time,
displays it in JTables, do some computations, and from which you can
List backed by file system19 Dec 2003 18:50 GMT1
I have a data structure that is currently implemented using the List
interface. My data consists of a collection of Objects ordered within
a list. I will soon start running into memory problems, so I need to
cache this all to disk. Ideally I would have a List implementation
class$ can't be compiled19 Dec 2003 18:28 GMT4
It could be compiled in eclipse, but when I tried to compile it through
maven, it said "class$ is reserved for internal use". How to solve this
problem?
Thanks.
jusb19 Dec 2003 18:10 GMT2
hey everyone,
  is anyone running the jsb package sucessfully on linux? I am
running Redhat 8 and have compiled in ehci device support, but for
some reason I'm getting an exception:
XMLEncoder can clobber arrays19 Dec 2003 17:12 GMT7
My "gotcha" for the day... java.beans.XMLEncoder writes
a bean to a stream in XML form. But be careful if there
are static arrays! Here's what can go wrong.
First, a tiny class that "holds" an array of int's:
Optimising the downloading of a large csv file into a string19 Dec 2003 17:07 GMT9
I need to download large CSV files into String objects for processing.
Unfortunately my download routine seems to be exceptionally slow.  I
believe it's because of the following line
ret+="\n" + line;
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 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.