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