Forum: Java Nov 10th, 2009 |
| Replies: 3 Views: 229 look at the program in my thread as an example it might help with some of your syntax
http://www.daniweb.com/forums/post1043302.html#post1043302 |
Forum: Java Nov 10th, 2009 |
| Replies: 4 Views: 296 The Main3 issue was not my problem that was something else I was trying. My problem was that I wasn't importing the files with the '$' in it. Thanks I really appreciate the help |
Forum: Java Nov 10th, 2009 |
| Replies: 3 Views: 229 I would look into Borderlayout which allows you to add frames to your application and then cardlayout which allows you to swap content in and out of a specified frame. |
Forum: Java Nov 10th, 2009 |
| Replies: 4 Views: 296 I added the browser does not support line and it is still just giving me an empty white box. When I run the applet in the applet viewer it works just fine. Here is my applet code. Did I set it up... |
Forum: Java Nov 10th, 2009 |
| Replies: 4 Views: 296 I have a java aplpet in eclipse. How do i get my java applet to load in an html web page. I put the .class file from the bin director in the same directory as my web page. I tried applet tag but it... |
Forum: Java Oct 26th, 2009 |
| Replies: 4 Views: 255 I have created a JApplet and I want to be able to clear the screen and draw new components depending on what button I click on. Right now the code below will clear the screen but it doesn't redraw... |
Forum: Java Jul 19th, 2009 |
| Replies: 3 Views: 653 Thanks for the quick response. The problem I was having using the WriteTo method is I need to store the SOAP message in a string to output to a JTextArea. Is there an easy way to do this? Sorry I... |
Forum: Java Jul 19th, 2009 |
| Replies: 3 Views: 653 How do you print a SOAP response? I have been trying to do the following but its not printing the actual soap message. Its just giving me some sort of description.
SOAPMessage reply =... |
Forum: Java Apr 26th, 2009 |
| Replies: 2 Views: 386 I have a java applet on my website and i need it to connect to my mysql database. When I was trying to figure out how to do this i saw several examples that used jdbc. I'm confused can I use this... |