Forum: JavaScript / DHTML / AJAX Sep 10th, 2008 |
| Replies: 4 Views: 1,198 UPDATE: I just tried running this code using both firefox 3.0 and IE7. It appears to work for firefox, but not IE, any suggestions? |
Forum: JavaScript / DHTML / AJAX Sep 9th, 2008 |
| Replies: 4 Views: 1,198 I am attempting to use jQuery to create a mini slide show. I can get it to work as long as the images are in the same folder as the HTML code, but when I try to reference them with
<img... |
Forum: JavaScript / DHTML / AJAX Aug 28th, 2008 |
| Replies: 4 Views: 1,198 I am in the process of creating a web site using Javascript that appears to work fine with IE, but since I upgraded to Firefox 3.0, some of the Javascript no longer works. Can you please give me... |
Forum: Geeks' Lounge Feb 13th, 2006 |
| Replies: 1 Views: 1,252 I'm not sure if I am posting this to the correct location or not. I just purchased Microsoft Visual Studio 2005 Professional with SQL Server 2005 Developer Edition. My question is, does anyone have... |
Forum: Java Mar 13th, 2005 |
| Replies: 3 Views: 11,814 Can someone help me create a rounding routine? I have some mathematical calculations being done in a program that the final result is a double. The only trouble is, is when I want to display it,... |
Forum: Java Mar 5th, 2005 |
| Replies: 2 Views: 4,045 I'm not sure what you mean..I just learned a bit about threads in class this week and my instructor wants us to use them in some form. May I please ask that you show me what you mean? :confused: |
Forum: Java Mar 5th, 2005 |
| Replies: 2 Views: 4,045 I have created a GUI Java menu using a pull down menu in which I want to have the date and time show up. I am currently getting null for my time value and I think it is because I am not refreshing... |
Forum: Java Mar 2nd, 2005 |
| Replies: 2 Views: 3,051 if X >= 90 && X<100;
if X >= 80 && X<90; |
Forum: Java Feb 19th, 2005 |
| Replies: 10 Views: 16,918 I am new to GUI Java programming and I am attempting to find the best way of creating a frame to contain a series of menus. I am first adding logic to have the date and time appear in the frame, but... |
Forum: Java Jan 30th, 2005 |
| Replies: 4 Views: 3,015 I fixed the problem. Thank you all for your time in looking at my code!! :o |
Forum: Java Jan 30th, 2005 |
| Replies: 4 Views: 3,015 I'm getting errors indicating "non-static variable cannot be referenced from a static context." and "non-static method cannot be referenced from a static context." |
Forum: Java Jan 30th, 2005 |
| Replies: 4 Views: 3,015 I understand it was because of some error involving working with static methods, etc. I will try to remove them again and refresh my memory what the error was I was getting. |
Forum: Java Jan 30th, 2005 |
| Replies: 4 Views: 3,015 I have a program that reads into a 24 x 24 array from a *.csv file and I want to use the values to do currency conversions based on using a certain array element. I have defined into my main method... |
Forum: Java Jan 24th, 2005 |
| Replies: 13 Views: 3,926 Once I get the program working with all the methods, I will add logic to read in the currency conversion amounts from a *.csv file and load them into a 24 x 24 array. I know how I'm going to do... |
Forum: Java Jan 24th, 2005 |
| Replies: 13 Views: 3,926 I put my program back to the form where it compiles clean, but produces the error upon running (Just like the code I posted here in an earlier message). |
Forum: Java Jan 22nd, 2005 |
| Replies: 13 Views: 3,926 |
Forum: Java Jan 22nd, 2005 |
| Replies: 5 Views: 84,165 Thanks for the help. I only had to change the program slightly with changes to the logic for it to work properly. (Please see my code to see what I did).
String [][] numbers = new String... |
Forum: Java Jan 21st, 2005 |
| Replies: 13 Views: 3,926 Did you happen to copy my program into a source editor and try to compile it yourself? I am getting a lot more errors than before. (Too Many to mention here). |
Forum: Java Jan 21st, 2005 |
| Replies: 13 Views: 3,926 I first changed main to be static and it said that USD_Menu needed to be static too. I then changed USD_Menu too, but it now says that non-static variables can't be referenced from a static context. |
Forum: Java Jan 21st, 2005 |
| Replies: 13 Views: 3,926 Do you mean that I have to call this or what? Because I have it defined and it calls the USD_Menu. (I'm confused). |
Forum: Java Jan 21st, 2005 |
| Replies: 13 Views: 3,926 I created a program, which I will include the source below with a problem. It appears to compile fine, but I get an error when I try to run it. The error is: "Exception in thread "main"... |
Forum: Java Jan 20th, 2005 |
| Replies: 5 Views: 84,165 I would like to know any advice for creating a program that will read in a *.csv file and load the data into a 24 x 24 array for further processing. I am including a total of 48 records, so that... |
Forum: Java Jan 18th, 2005 |
| Replies: 2 Views: 4,050 I can't get it to work. I think the link you sent is for gui type applications written in Java. My application is not a gui one though. I tried to add the code right after my comments at the... |
Forum: Java Jan 18th, 2005 |
| Replies: 2 Views: 4,050 Is there a way within Java to adjust the screen size? When I wrote a program in C++, I used the following code to do it, but I can't find anywhere (either Sun's API's, or on this site) how to do it.... |
Forum: Java Jan 17th, 2005 |
| Replies: 14 Views: 15,148 I am now getting the string Menu_Opt to be read in properly and show up properly when I output it back to the screen. The trouble is when I try to do a substring to split it up into the different... |
Forum: Java Jan 17th, 2005 |
| Replies: 14 Views: 15,148 Maybe I can use the Menu_Opt as just a solid string value, then split it into each of the two separate parts or two separate variables. Does Java support a substring function or something similar to... |
Forum: Java Jan 17th, 2005 |
| Replies: 14 Views: 15,148 I want to split up the string called Menu_Opt into two separate parts. An example of a possible value for this is a02. The first part of the menu option will indicate a reference to my first menu. ... |
Forum: Java Jan 17th, 2005 |
| Replies: 14 Views: 15,148 Are you saying that I shouldn't have Menu_Opt defined as a string array in order to separate the first character of the string and the last two numbers as separate array elements? Or, if that isn't... |
Forum: Java Jan 16th, 2005 |
| Replies: 14 Views: 15,148 I'm getting a clean compile, but when I try to enter a menu option, like a01, I get the error, "Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 3 at... |
Forum: Java Jan 16th, 2005 |
| Replies: 14 Views: 15,148 Is is an operation code that allows user input into a program. I am also including what code I have entered so far and will bold the line that I am getting the error message "unreported exception... |
Forum: Java Jan 16th, 2005 |
| Replies: 14 Views: 15,148 I am new to Java programming and am converting a program I wrote in C++ to Java. It is a currency conversion program that uses a number of functions to display different menus. It also allows for... |