| Thread | Last Post | Replies |
|
| Understanding ScrollPanes | 21 Nov 2003 14:56 GMT | 3 |
When I create a JFrame with GridBagLayout all works fine. When I instead put everything in a JPanel, then in a ScrollPane (with optional scrollbars) then in the JFrame, the fool thing stretches the layout ridiculously wide horizontally, rather than just displaying it
|
| question about code editing | 21 Nov 2003 14:18 GMT | 2 |
I have been having problems editing my code. Being new I add a component and whatever functionality I need to my applet and I compile it and run it to see if it works. If it does I add the next thing and so on. I am starting to realize that sometimes the changes aren't happening ...
|
| Recursive logic questions, any help appreciated | 21 Nov 2003 12:32 GMT | 9 |
Dear All Professional, I have a trouble on the recursive logic and try to write it in java. Let say I have an number array such as [1,2,3,4,5] and I would like to print out all the combination of this array list such as
|
| I need to clone a Vector... | 21 Nov 2003 12:29 GMT | 6 |
...but I keep getting the following error: Can't access protected method clone in class java.lang.Object XXXX.Bbb is not a subclass of the current class. ...at this statement:
|
| Can i program a fulltextsearchmaschine for word Documents? | 21 Nov 2003 09:59 GMT | 1 |
Is it possible to program a fulltextsearchmaschine for Microsoft Word-Documents? I´m a java newbie and my boss gave me the job. mfg AlexF
|
| Transformation of DOM | 21 Nov 2003 09:15 GMT | 1 |
I have a server app, which delivers data in a predefined xml format. The data are build in a Dom document, which I serialize to a socketStream using the org.apache.xml.serialize.XMLSerializer - no problems. Now I want to extend to model, by allowing the client to specify a XSTL
|
| buttons, frames, panels | 21 Nov 2003 05:03 GMT | 1 |
I am new to java. I need to write an aplet that takes beginning balance, check amount and deposit amount in separate Jtextields with appropriate JLabels. After program calculates the current balance, it repositions Jtextfields and Jlabels so that the
|
| Runtime.exec() Problem | 21 Nov 2003 02:44 GMT | 2 |
Can anyone tell me why the last line is not executing - specifically - the Runtime.exec - the playlist.bat gets created fine - but wont execute for some reason. import java.io.*;
|
| Does JAXP/XSLT support schema validation | 21 Nov 2003 00:56 GMT | 3 |
1. I have a java application that will be using XSLT, through the JAXP classes. We would like to make sure that both the input and output XMLs are in aggreement to 2 respective schemas. Is it possible to do this using
|
| small black rectangle attaches to mouse when applet runs, console opens etc. | 20 Nov 2003 23:21 GMT | 1 |
I use win 98SE with IE6 and just installed JRE2 1.4.x. When an applet starts to run, or even if I open the java console a small rectangle that ranges from black to striped to sometimes showing a few pixels of colour shows up underneath the mouse cursor. It follows the cursor. To be ...
|
| newbe requires help | 20 Nov 2003 23:11 GMT | 4 |
I have a problem with a for - if if any one cane help can you e-mail me off the list james.ed@ntlworld.com or use my ICQ below thanks in advance James __________________________________________________________________ James
|
| properly catching and throwing | 20 Nov 2003 22:19 GMT | 3 |
Given the below Java recursive method, I would like to halt and exit the program gracefully in the case where too many calls to M are made and a StackOverflowError is thrown. Java wants me to have a return in the catch{} code. I would like to
|
| largest int | 20 Nov 2003 20:40 GMT | 6 |
What are the largest and smallest (negative) integers supported by Java? Or does it depend on the platform Java is running on? Drew
|
| Java servlets | 20 Nov 2003 20:17 GMT | 1 |
I'd like to write some java servlets. I have downloaded Tomcat 4.0 to use as my webserver and I have JDK 1.3.1. I can't seem to write/comiple servlets as java states the interface/class is not found. I am trying to extend the HttpServlet class. Do I need the
|
| StreamTokenizer again... | 20 Nov 2003 18:21 GMT | 7 |
If st is a StreamTokenizer, am I not right in assuming that st.whitespaceChars(':',':'); st.nextToken(); System.out.println(st.sval);
|