Hi All,
This is a tricky one, or so it seems to me after a while of battling with Graphics2D, Graphics, double buffered images, and the like. Basically, I've got a double-buffered image as a background for a JFrame, and I want to paint some swing components onto the JFrame as well, on top of...
Here's an interesting problem to which I haven't been able to come up with an intelligent solution:
I need to display months of a Calendar in a JSP or the like. What is a good way to get a list of which days are valid for a particular month? And how can I determine which day of the week...
Hi All,
Anyone have experience using JAAS to authenticate against an NT Domain controller? I've checked out the API docs and such, but haven't been able to piece together a simple solution... something like how linar's jintegra works is what I'm looking to do. That is, pass a domain...
Hi All,
Does anyone have experience setting up a configuration file for a logging mechanism implemented using JDK1.4? Sadly, the API documentation says little to nothing about how to set up the config file.
What I'm basically trying to do is to set up a default logging level (say WARNING) for...
Hi All,
Does anyone know offhand if there's any post-compilation difference between the following:
String a = "Some string.";
and
String b = new String( "Some string." );
I would assume that the byte code would be the same for these two, but I'm curious if...
Hi All,
Does anyone know if there's a way to get a list of all packages in a ClassLoader, and also a list of all of the classes within each package? I imagine that this is possible because several IDEs do it (Forte, for example).
Other than extending ClassLoader and using the protected...
Hi All,
Does anyone know of a freely available API for java that exposes calls to common AOL instant messenger tasks? Specifically, I am interested in running a threaded client app as a bot, so I need the ability to log in as well as receive messages.
If there are no available APIs for this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.