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 SkipVought 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: *

  1. louisgnarf

    Using a character string as a variable name

    Thanks for the input. Let me give a little more background...I'm using an exporter for MilkShape3D that takes a 3D model and creates a header file. This header file has a variable for each shape in the model. So if there are five shapes and the model is named "Box", then the header...
  2. louisgnarf

    Using a character string as a variable name

    Sorry for the ambiguous, nonsensical thread title. What I have is a header file that defines a class...this file is the output of a particular program. So it's something like this: class Box{ int List1 = [ 1 2 3 4 5 6 7 9 29 1]; int List2 = [ 1 2 3 4 5 6 7 9 29 1]; int List3 = [ 1 2 3 4 5 6...
  3. louisgnarf

    Changing the cursor in a JApplet

    What's the easiest way to go about changing what the cursor looks like as it passes over the area of a JApplet?
  4. louisgnarf

    Background image for a JPanel

    What would be the best way to set the background of a JPanel as an image?
  5. louisgnarf

    Rotating/resizing/manipulating imageicons

    I'm creating a JSwing applet and I want to use ImageIcons. Basically, I'm making a little game where you can place pictures (ImageIcons) in a window and move them around and hopefully, manipulate them.
  6. louisgnarf

    Click and drag pictures

    Sorry if this is a tall order... All I want to do is create a program where I can load a graphic (jpeg/gif) into a window, and then click and drag on that picture to move it around. Can someone give me an idea where to start as far as implementing the dragging action on the picture?
  7. louisgnarf

    Configuring dialog boxes

    What's the easiest way to change the font sizes and colors in a standard dialog box for Swing?
  8. louisgnarf

    Using WingDings as a font in an applet

    All I want to do is have a JLabel be in WingDings...what's the easiest way to do it? I tried creating a Font with "WingDings" as a parameter, but it doesn't work.
  9. louisgnarf

    Java method to resize JPGs?

    Can Java resize JPG files? Not in display, but as in, for instance, reducing a 800x600 JPG to a thumbnail file?
  10. louisgnarf

    How do I use tables in Swing?

    OK, I'm not completely new to Java, and I have read a couple tutorials on tables...but I'm clueless on how to implement them in Swing. What I have is a class with a Swing interface, and in one of the panels I want to have a table which will have a static number of columns, but will be updated at...
  11. louisgnarf

    Using VB with the Web

    OK, I'm doing a class project, and this project is basically a program that can let a customer order a product, and the product will be stored on an online database. I want to know, how feasable is it to use VB with a web application? We can use CGI obviously, but nothing like SQL (we have to...
  12. louisgnarf

    Can't display images inside elements

    Here is the link to my page: http://www.public.iastate.edu/~dnguyen/sample.htm The picture I'm referring to is the inset picture of the man. As you can see, there is a brown overlay over the picture...that brownish overlay is a transparent gif used for the background of the mainbox...if i had...
  13. louisgnarf

    Changing CSS sheets dynamically and cooki'ing them

    Well, the basic idea is at codelifter.com: http://www.codelifter.com/main/javascript/changestyles.html I would like to modify this so that it can make a cookie that will remember the chosen CSS sheet for all future visits, but I don't know how to do that in JavaScript...I've seen other...
  14. louisgnarf

    Can't display images inside elements

    OK, I'm having a problem with inserting images...I have a DIV element that is a "mainbox" of text...similar to a table but just implemented in CSS. I'm trying to insert an image, but the image, despite the HTML being within the mainbox's DIV tags, is put *behind* the mainbox's...

Part and Inventory Search

Back
Top