I am Writing a Spell Checker Applet Program. the application reads a "Kannada "text file(written in 'Tunga' font encoded as UTF-8 file) as input. How do i REPEATEDLY read every single line...
I would like to know if anyone know of the best easiest and fastest way to convert xml file to html file
and if there is a class already implemented that does that, and is open source and free
Hi all,
I want dynamically update a single TreeItem without refreshing the whole tree, is this possible in JFAce ?
Many thanks in advance.
finaris.
Hi,
I'm writing a client/server game and message passing is handled with strings. Each message is its own class and I have a simple serialize/deserialize method just using some reserved tok...
I'm having an issue doing an HTTP post to a .NET application. The error that I get is below, I'm curious to know if anyone has seen an error like this before. It's obviously a .NET error.
...
Experts:
I open a workbook and then get a sheet from the workbook using the following code:
HSSFSheet sheet = wb.getSheet("Plan_Description");
In my Expressions window I can b...
Hi everyone,
this time just a simple questin. i'm currently working on a jslider. as i don't know if i'm using the correct word iw ill describe the jslide in my own words. i have got a rail...
Hello,
I have a web application that involves users creating auctions. The users can select when the auction should close either 1 Day, 3 Days or 5 Days.
Now when an auction closes, an e...
Hi All,
can anybody clearly pleae explain me the difference between these two regular expressions:
1. <validateExpr><![CDATA[^\d*$]]></validateExpr>
2. <validateExpr><![CDATA[^\d+$]...
Dear Experts,
I have 2 systems, at the same OS level, however on one of them I can execute the JPS, and JSAT successfully, and on the other system I get no output of JPS, I have comp...
hi,
i have a httpcall class which it works fine but have some suspicions about it works. i am testing my class by dumy 100 httpcall, and when i command in windows "netstat -an" and i see ap...
I want to collect Execution trace *and* CPU usage of java program.
Can anyone recommend of any software that can help me do this. It has to be from the same execution of the program. I p...
We have a web application which is written in Spring. For performance tuning, we have written an interceptor. However we have another project which is written in POJO which is included as a li...
Hey Guys,
We have a bunch of MS FrontPage Sites that need to be supported.
We are currently using a NT Box for this issue but want to migrate it to Unix.
We are thinking about writin...
I have a program that I use to control a little robot. The program currently uses the KeyListener class to watch for keys pressed. This is how I control the bot.
How can I modify the progra...
I am trying to decrypt the xml-structure attatched in Java
As far as I understand - the XML structure is a SAML token.
Any hints on how to interpret/decrypt this?
- LT
Hi,
The attached code zips up all the files present in C:\abc\ss into C:\Abc.zip at the top level. When I open up the zip file using WinZip and extract the file into another folder temp, the ...
Just wanted to know, how can I use Java code within a JSP file?
A code sample would be appreciated along with how to import packages too in the JSP and any prerequisites for doing it.
T...
Hi,
I have a very strange problem when working with oracle.sql.BLOB; I cannot figure out what is causing my BLOB's output stream doubling the amount of data inserted into the Oracle databas...
- <doc>
<str name="address1">123 Main St</str>
<str name="address2">PO Box 347</str>
<str name="city">Anywhere</str>
<str name="contactf" />
<str name="contactl" />
<str...
Hi,
I was wondering if anyone caught up in the Christmas spirit would like to help me with what hopefully is a very basic query.
I am trying to embed an ImageJ applet in my website (Educ...
Im using SAX to parse an xml file, if there is an exception, id like to display the xpath for the current node.
i understand sax do not keep track of this by default unlike DOM parsers, and o...
I have JTable in JDialog (Its is the only component in that frame). When the JDialog is resized using mouse drag I want the JTable to be resized accordingly.
I am using JDK 1.6
Thanks
Hello,
Please answer this question only if you know JFreeChart.
I try to use this library :
http://www.jfree.org/jfreechart/
Here how I load the datas :
Code:
date[1] =...
Hello,
I got some applications that launch a dialog for reporting purposes.
In there I load some large pictures and/or create some large arrays.
I noticed that every time I do so my memory ...