| Thread | Last Post | Replies |
|
| Adding bookmark in JEditorPane | 21 Nov 2007 23:25 GMT | 4 |
Hi Friends, I am displaying an HTML file's contents in a JEditorPane. I want that, whenever that file is opened, the cursor should be on a particular position. How it can be done?? Pls tell ASAP.
|
| hi all | 21 Nov 2007 23:10 GMT | 1 |
i want to print some files in a linux server using sockets.i hav used the following code sbr= new BufferedReader(new InputStreamReader(s.getInputStream())); while(!sbr.ready())
|
| Problems adding Objects to an ArrayList | 21 Nov 2007 19:20 GMT | 8 |
Hi there, please can anyone help me? Im having troubles when adding objects to an ArrayList. This is the Code: public ArrayList <Especie> parse (ArrayList <String> vec) {
|
| re: decimal place checking using JDK1.3 | 21 Nov 2007 16:03 GMT | 10 |
Dear Sir/Madam Sir Thank you for some clue but I am using jdk1.3 so it is not easy to use regular expression,
|
| Java Jtable Vector | 21 Nov 2007 15:30 GMT | 2 |
Saludos tengo un vector asi: Vector ListadoCD = new Vector(); ListadoCD.addElement(new CD("R1", "50 Cent", "Rap", "20000")); ListadoCD.addElement(new CD("P2", "Ricardo Arjona", "Pop",
|
| Scaling more than one object when printing? | 21 Nov 2007 14:50 GMT | 2 |
I'm using the following code to scale a jpg that I've loaded off disk in a Java application: Graphics2D g2d = (Graphics2D)g; g2d.translate(x0,y0 );
|
| SEI CMM Level 5 Company is looking for Java Professionals....Mumbai | 21 Nov 2007 14:15 GMT | 1 |
1.Designation: Java Sr.Developers Location- Navi Mumbai Qualifications: BE/BTech/MCA Experience:4-6 years of experience
|
| "Head First JAVA" | 21 Nov 2007 14:11 GMT | 2 |
I am looking for O'Reilly "Head First JAVA" free ebook. If you have it, can you please post a link from where I can download it? I greatly appreciate your help. Thanks!
|
| extracting urls | 21 Nov 2007 13:46 GMT | 7 |
Hi, I made a little function to extract urls from any content with a regular expression but it doesn't really work. when i try to extract urls from http://google.com i only get 4 results in my array:
|
| In PDF Processing... | 21 Nov 2007 13:41 GMT | 4 |
Hi members, I am PDF Processing...When i tried to execute the following code ,it thows NULLPOINTER exception...The exception occured at this line System.out. println(view.getProperty("Default_Zoom_Type"));..... I dont know how to solve
|
| Help using Keylistener | 21 Nov 2007 13:39 GMT | 4 |
I'm trying to implement a keylistener to my application. The page contains six JButtons to start different part of the application - that works. I want to implement a key shortcut to each part but I can't get i to
|
| Abstract Classes | 21 Nov 2007 13:27 GMT | 8 |
Tonight I ran over a quite interesting behavior I would have not expected like that. It might be kind of stupid, but I cannot explain this behavior to me and hope that someone of you can explain it to me.
|
| Request parameters missing | 21 Nov 2007 12:53 GMT | 4 |
I am writing this after a strenous effort for a whole week, but ended up without any clue. Here is the problem. An application called "External" is built with JSF technology. Our module , let it be "internal". Both External and Internal are within the same EAR
|
| enums and scope | 21 Nov 2007 11:36 GMT | 5 |
Consider these three class definitions in package core 1 package core; 2 3 enum PLANET {
|
| How to call an ejb from an ejb from another applicartion server | 21 Nov 2007 09:17 GMT | 6 |
What is the preferred way to call an ejb on another application server from an ejb? Someone give me a clue? The only sollution I see in google are in the same application server. Mvg Andre Broers
|