| Thread | Last Post | Replies |
|
| Java software for merging PDFs? | 25 Jul 2007 15:07 GMT | 3 |
Does anyone have any recommendations for Java software/libraries they have used or seen that are good for merging PDF documents. I don't care about authoring. We're using WebLogic 8, Java 1.5, on Solaris. I've found several things through Google, but they focus heavily on
|
| Match Brace in Eclipse | 25 Jul 2007 14:00 GMT | 4 |
Sorry other question whcih I forgot to ask: Do you know how to go to the matching brace (or parenthesis, etc...)? Or recording and replay macro (for example, if you need simple editing done on many lines, but don't want to type for each one, you know
|
| Regarding Windows Event Log File Parser in JAVA | 25 Jul 2007 12:47 GMT | 18 |
Can Anyone send me Parser source code for Windows Event Log in Java Thanks in Advance Amit
|
| what is "..." in Java Language? | 25 Jul 2007 09:37 GMT | 6 |
I was studying Google Open Source Project, name "Google Singleton Detector". This project detect Singleton classes from given classes. when I started study this project. I found one thing in code which is not clear for me is "..." in function parameters. Code snap is below,
|
| Swing less functionality than AWT? | 25 Jul 2007 08:15 GMT | 2 |
Recently I finished developing a Java applet that reads a file and produces a report from the data. This applet is localized and uses the mechanism of the ResourceBundle files. I am happy with this. Part of the controls on the applet display area are a series of
|
| Convertion from String to Float | 25 Jul 2007 08:08 GMT | 5 |
I'm having some dificulties in converting from string to float. I get a number format exception... This is suposed to be easy but i can't seem to figure it out, can someone give me some help? Here's the code:
|
| How to check if a String is number, not a word? | 25 Jul 2007 07:47 GMT | 6 |
I need to check if a String is number, like "24.48936" or "-1.54774", not "weight", or "length". How can I do that? I know it need regular expression. But I am not good at it. Could you help me?
|
| Finding the front-most window | 25 Jul 2007 05:29 GMT | 24 |
I'm working on a project which requires me to find the front-most window on a windows computer. In addition, I will need to access information about open applications such as itunes (which song is playing). How would I go about doing this?
|
| How to use power of Dual/ Quad core Processors in Applet? | 25 Jul 2007 05:18 GMT | 29 |
I have a large Applet I wish to use Dual/ Quad core Computers to take advantage of all the 4/ 2 processors they have. Will the JVM automatically gives each thread devoted to one core or have to write something to assign different cores to different cores?
|
| Moving an image | 25 Jul 2007 03:39 GMT | 5 |
I'm working on a project that involves moving a graphic, and I am expecting using a rectangle for it, but I can't figure out how to use rectangle.inside, how to move the rectangle, or how to link the rectangle and graphic. I STFW, but can't find anything that helps.
|
| Strange Socket problem? | 25 Jul 2007 03:19 GMT | 20 |
Since upgrading to 1.6 I have seen on occasion a socket disconnect that isn't detected by the client end. No exception is thrown and the stream I/O stays blocked. The host end definitely shows the connection closed. I can't reproduce it which is going to be a problem if I ...
|
| How to login to a site using cookie? (not applet) | 25 Jul 2007 02:00 GMT | 16 |
Problem: -Want to programmatically (a java program) login to a site, and retrieve the next page. -Site uses https and POST method.
|
| background image in jasper report | 24 Jul 2007 23:57 GMT | 1 |
how do i put background image in the jasper report jrxml ? any tag/attribute for body ? also if i want to display alternate rows in different colours in reports how do we achieve it ?
|
| [q] apps initialization order in Tomcat | 24 Jul 2007 23:54 GMT | 2 |
I suppose it is common question, but one more time :) How I can specify application initialization order in Tomcat? Seems like it is alphabetical order now. Is there any way to do it in configs and withour file-renaming (01xxx.xml, 02yyy.xml etc)?
|
| memoized instance pattern? | 24 Jul 2007 22:37 GMT | 1 |
I'm reading the source code from the book "Building Parsers with Java" by Steve Metsker - http://www.oozinoz.com/bpwj.htm and in the source for ArithmeticParser.java you notice two times where he manually checks for the existence of an object before creating it.
|