Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AdamRice32
  • Content: Threads
  • Order by date
  1. AdamRice32

    Creating a JFrame with an animated background and Swing comps on top

    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...
  2. AdamRice32

    Calendar Month Represented Visually

    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...
  3. AdamRice32

    authenticating against NT domain controller using Java

    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...
  4. AdamRice32

    How to set up Config File for Logging in JDK 1.4

    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...
  5. AdamRice32

    Constructor for String

    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...
  6. AdamRice32

    List of packages and classes within packages?

    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...
  7. AdamRice32

    Java API for AOL instant messenger

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

Part and Inventory Search

Back
Top