| Thread | Last Post | Replies |
|
| Java In 1200 Pages Or Less | 15 Mar 2006 00:31 GMT | 8 |
Java neophyte with a some years ago some aquaintance with programming in Cobol, Assembly, C, and Basic, desires a Java learning experience of much less than a 1200 page tome. Ring or wire bound volume or volumes preferred.
|
| Java Applet Question? | 14 Mar 2006 23:58 GMT | 6 |
I'm using a java applets that I got from http://javaboutique.internet.com/password/ (see below). It's working fine....but I can't remember exactly how I set it up. I remember that I uploaded "password.class" to my web server, along with the
|
| How to resolve it? | 14 Mar 2006 17:50 GMT | 1 |
I've got three buttonGroups (consist of three radio buttons each). Each buttonGroup gives me information. EG: First RB in first BG, seconf RB in second BG and second RB in third BG
|
| Why don't I see exception | 14 Mar 2006 16:24 GMT | 3 |
I can compile the following code: private static void failIfExpectedException(String comment, Class[]expectedExceptions){ if (expectedExceptions.length > 0) {
|
| problems with java buttons | 14 Mar 2006 16:18 GMT | 2 |
i have the latest version of java, downloaded yesterday when i go to a site with java buttons i get a box around the buttons some sites the box sais to press space or enter, some not when i click the mouse over button or space/enter the box disappears
|
| Arrays | 14 Mar 2006 04:48 GMT | 9 |
Hello all, its been awhile. Anyways, I had a question regarding arrays. Say I want to create an array of 25objects, but I only end up filling the array with 23 objects. I know I need a counter to keep track of the objects read into the arrray. I have completed this but for some ...
|
| Array List | 14 Mar 2006 03:27 GMT | 4 |
I'm getting an error message, operator * cannot be applied to int, java.lang.Object when I run this import java.util.ArrayList; ArrayList NumList;
|
| pixel problem! | 13 Mar 2006 23:17 GMT | 4 |
Im having a problem drawing shapes. The idea of the code below is to fill in a pixel at every point there is a '0' in the string but I do not get the shape I want. Why is this? String[] pixels = new String[]
|
| How to show popup when user tries to close browser window? | 13 Mar 2006 22:00 GMT | 3 |
I want to show popup when user tries to close browser window. Like "Are you sure you want to close it" or "please logof first" etc.If user clicks yes then browser window must not get closed. Will you please tell me how should I do it?
|
| TextureMapping in java2D | 13 Mar 2006 18:03 GMT | 2 |
I'm trying to find a way to map a texture onto a shape in java2D. I want the texture to be defined by user input, namely clicking the non rectangular ( but probably 4 sided ) area on screen. I want to then take that marked area and texture a shape for example just a square...
|
| Virtual Host Apache/Tomcat | 13 Mar 2006 16:58 GMT | 1 |
Someone has managed to configure the Apache Virtual Host from Tomcat applications, or better, to ask an url like http://application.something.com, configured as Virtual Host, through Apace that actually send to the client the folder
|
| How to translate X,Y coordinates to a pixel index? | 13 Mar 2006 16:48 GMT | 5 |
I am currently working with some BufferedImages and I need to translate a given pixel index in the image to X,Y coordinates... I tried one approach but that seems obviously wrong, Im sure lots of people has done this before, although I was not able to search up any code that
|
| Wtd: example to help understanding extending BigInteger | 13 Mar 2006 14:59 GMT | 1 |
This isn't homework, haven't been in school for a LONG time. I've successfully created methods for squareQ(n) and sqrt(n) that accept BigInteger arguments and test whether the argument is a square and returns the greatest integer <= square root. Tested
|
| enhanced for loop | 13 Mar 2006 11:32 GMT | 2 |
I usually use enhanced for loop to get values from within arrays or collections but I need to use it to set values within an array. anybody knows how to do using enhanced for loop?
|
| javax media | 13 Mar 2006 04:18 GMT | 1 |
can any one help me with a tutorial with how to create the basis of a application to display a media file .avi , which then i will add the play features, rewind etc
|