| Thread | Last Post | Replies |
|
| Center Icon in JTextPane | 06 Jul 2006 15:13 GMT | 3 |
I'm trying to set the alignment when inserting an icon into a jtextpane to center when I insert but I'm a little confused on how to do it? I'm trying to do it this way but of course it doesn't work? MutableAttributeSet attr = new
|
| Consuming XFire Webservice | 06 Jul 2006 13:38 GMT | 3 |
Hi everyone,, I am not too sure how to consume an xfire webservice, the webservice I want to consume has world() method which I want to use to disply in the client side.. any example?
|
| Newbie question: How to install J2ME on GNU/Linux? | 06 Jul 2006 13:36 GMT | 1 |
Hi Javaheads, I'd like to start writing apps for mobile phones, and J2ME seems the logical choice. I've downloaded the reference implementations of CLDC and MIDP, but
|
| strings - reading utf8 characters such as japanese. how? | 06 Jul 2006 13:10 GMT | 14 |
Hi. Ive got a problem. I have some code that takes a text file and breaks it into an array of substrings for displaying the text truncated to fit the screen width on word boundaries. It just looks for the spaces.
|
| Parseable list of API changes in J2SE 1.5 | 06 Jul 2006 11:03 GMT | 6 |
Well the title almost says it all: I'm looking for a list of the API addition in Java 1.5 (new classes, methods, etc...). The official reference seems to be Java release notes but the web page in not easily parseable:
|
| Help finding a good reference book | 06 Jul 2006 09:56 GMT | 2 |
does anyone know where i may be able to find a good reference book on all of the classes for Java 2? i know they are on sun.java but i would like to find a physical book to reference from, personally i find it easier to reference from a
|
| How to read JDK source? | 06 Jul 2006 08:53 GMT | 1 |
I'd like to know the mechanism in which interruptible blocking methods, such as Object.wait() and Thread.sleep(), could make and throw an InterruptedException from a result of their native counterparts.
|
| Import midi to AVI file | 06 Jul 2006 08:35 GMT | 5 |
Is it possible to use Java Media Framework to import a midi file into an existing AVI file? Appreciate any inputs.
|
| Anyone use JBuilder Foundation with J2ME? | 06 Jul 2006 08:11 GMT | 1 |
I see that the EE version of JBuidler can build J2ME code nicely (with the easy to use GUI design interface). But I tried the free Foundation version, it just does not have it (in the "file -->new", there is no "Micro" to select).
|
| Invoke Java from Excel | 06 Jul 2006 07:32 GMT | 1 |
Anybody knows how to use a form button in an Excel file to invoke a Java program? Thanks.
|
| New B question | 06 Jul 2006 07:32 GMT | 2 |
I have to connect and call an api on apache sever I have the api code but have not got a clue where to start my experience is in vb and oracle database I would like to call the api from PL/SQL but i don't know where to start any
|
| Reading and Writing <byte> and <char> Values from and to Disk Quickly | 06 Jul 2006 05:21 GMT | 7 |
I'm writing a Java program that needs to store <byte> values in a file and another program that needs to read those <byte> values from such files quickly. The second program also needs to be able to write 16-bit unsigned values to another file quickly and read those 16-bit
|
| how to pass data from a java application GUI to JSP | 06 Jul 2006 04:41 GMT | 1 |
I am a newbie to JSP., i would like to pass some informations (like name, email id, and other strings) collected in the GUI of my java application to a JSP . any suggestions on how to do this or any code snippets for this..
|
| hurry!struts collections error when put checkbox | 06 Jul 2006 04:37 GMT | 1 |
i use struts collection,it work fine.but it happen errors when i put checkbox in every row.the errors like this: javax.servlet.ServletException: Getter for property ids[0] threw exception: java.lang.NullPointerException
|
| Include JSF page within another JSF page | 06 Jul 2006 00:24 GMT | 1 |
I want to include a jsf page within another jsf page but the nested page generates a result in the form of an html output stream where it writes to itself. Is this possible, and if so how do I do it? Thanks
|