| Thread | Last Post | Replies |
|
| Help with While Loops | 06 Feb 2005 15:34 GMT | 1 |
I am attempting a distance learning course in Java but am having problems with a task. I have completed the simple little program as listed below. public class Results {
|
| filename without extension in URL query | 06 Feb 2005 06:42 GMT | 7 |
If I have a search submit button, when I click submit button, it will submit the form to search.asp for form processing. This will be the URL: http://www.mycompany.com/search.asp?q=programming But when I do search in google, search doesn't have any file extension.
|
| SSL/https - How to configure Tomcat? | 06 Feb 2005 02:12 GMT | 5 |
I am a beginner in this area. Unable to run web apps implementing SSL. How the tomcat should be configured. I have successfully run other types of Authentication methods like
|
| Help with applet and graphics... | 06 Feb 2005 01:52 GMT | 11 |
Okay, I'm working on an assignment for my Java class and am running into a brick wall (over and over again *sigh*) trying to figure this out. Basically, I'm trying to display a main background jpg and a second jpg of my arm (which will be used in a sort of animation once I get past ...
|
| problem running java programs on linux fc3 | 05 Feb 2005 16:19 GMT | 2 |
i recently installed j2sdk-1_4_2_07-linux-i586 on my fedora core 3 linux machine when i try to run a java program (the example.jar program that comes with the 1.4.2_07 sdk), i get this:
|
| adding a component to an existing JFrame | 05 Feb 2005 16:07 GMT | 4 |
I want to add a component to an existing JFrame when the user selects a certain menu item. I have succeeded in creating the menu and catching the event in an actionPerformed method, but I can't get the new component to appear. I have tried:
|
| Applet and newbie | 05 Feb 2005 12:41 GMT | 3 |
When I run the applet AfbApplet, I get the remark "java.security.AccessControlException: access denied (java.io.FilePermission \C:\Documents and Settings\.....\hfst09\build\afbeelding.jpg read)" The hmtl doc. and jpg doc are in same "\build\" folder.
|
| Flash or Java? | 05 Feb 2005 10:16 GMT | 1 |
I need to create an interface for an intranet with the following parameters: -Create a bar graph where the user can drag the bar value to his/her desired amount.
|
| Context Sensitive Help | 05 Feb 2005 08:49 GMT | 1 |
Is there a way to make component be sensitive to two help files? ie I want to press F1 to launch one file and shift-F1 to launch another file on the same component. Thanks John
|
| for and while syntax (newbie question) | 05 Feb 2005 08:09 GMT | 4 |
I hope someone can help me out. I know what I am trying to do is easy but it still seems so hard to me! The whole assignement is below but I mainly need help with the for and while loop syntax as I think I have the main method ok. Below the
|
| using strip() method to tokenize string | 05 Feb 2005 07:37 GMT | 6 |
I'm trying to use the java.lang.String.strip() method to return a String array. For example, my string looks like this. (DTS) kathy: 1/16/01, 01:43 PM once a year $25 - (DTS) Soonie: 4/11/02, 02:57 PM adopted dog 1/11/02
|
| Adding Fractions Problem | 05 Feb 2005 00:21 GMT | 5 |
I can use the code below to add fractions together through adding instances of the class Rational together, but my code to reduce the result to its lowest terms has no effect. Why is this? public class Rational
|
| setPreferredSize... How to use it ?...newbie | 04 Feb 2005 23:18 GMT | 8 |
/* Hello The following code (compliments of one of the many fine and very useful people on this ng ) displays an image on a JPanel within a JFrame.
|
| POSTing variables from java applet to php file | 04 Feb 2005 22:07 GMT | 3 |
My idea is to POST data from a java applet to an php file. The php file and java class are in the same directory on the server. The code is put together with some helpfull examples on the internet. During compiling no errors. When the applet is calling the php script
|
| applet to servlet | 04 Feb 2005 20:00 GMT | 1 |
I'm trying to send an object to a servlet for processing. However, I keep getting an EOFException or NullPointerException at the readObject() method on the servlet. I've checked my code against numerous examples on the NET and don't see an obvious difference. When I change the code ...
|