1
vote
2answers
14 views
How to have a specific component resize based on available, visible space?
Hi all,
In my application, I have a layout similar to what is shown below:
@@@@@@@
XXXXXXX***
XXXXXXX***
XXXXXXX***
%%%%%%%
In this layout, X is a JTable. The other components can remain the same …
0
votes
4answers
48 views
Regex (java) help
How do I split this comma+quote delimited String into a set of strings:
String test = "[\"String 1\",\"String, two\"]";
String[] embeddedStrings = test.split("<insert magic regex here>");
…
0
votes
0answers
4 views
How to achieve tabbing order (a.k.a. HTMML’s tabindex) in Oracle’s ADF selectOneChoice?
How to achieve tabbing order (a.k.a. HTMML's tabindex) in Oracle's ADF selectOneChoice?
0
votes
0answers
9 views
BlackBerry - Java - Detecting when my application is sent to the Background because of a Call
Hi All,
I need to detect when my BlackBerry application is sent to the background and also when it's brought to the foreground again. I need to pause the application when a phone call comes in and …
0
votes
2answers
27 views
Java HttpClient NoSuchAlgorithmException
I'm using IBM's build of Java with HttpClient and having little success. Whenever I use the HttpClient object's executeMethod(), I get a NoSuchAlgorithmException.
Dec 22, 2009 2:59:58 PM …
1
vote
4answers
50 views
Java type that represents a PNG image?
What is a Java type which can hold a PNG implement and provide access to it's pixel buffer?
0
votes
2answers
35 views
Java annotations and method conformance
I have a newly defined annotation that is targeted at methods. Is there a way to annotate it in such a way that when I apply it to a method a() of class A, it will also apply to a method b() of class …
0
votes
5answers
192 views
Java vs. OO Design
I'm working on an inherited system which has some design issues which "OO Buzzwords" frown upon, and some I personally dislike.
It's a stock and sales handling program for a comic book store.
I have …
0
votes
2answers
20 views
Java: synchronized(Object) and RejectedExecutionException
Hello
I have this problem:
I have a few threads which access one object with synchronized(Object) { ... }
But sometimes this exception is raised:
execute: …
0
votes
2answers
51 views
Regex Function Help
Hi I have a difficult regex problem that I have tried and have a partial solution, but haven't gotten to work perfectly yet. Essentially, I have to parse a document that is in an outline format such …
0
votes
2answers
16 views
Anyone know of an FTPS client that runs on java 1.3?
I know 1.3 is old as dirt, but I don't have an option of doing a jvm upgrade at this point.
1
vote
1answer
16 views
Lucene Query WITHOUT Operators
I am trying to use Lucene to search for names in a database. However, some of the names contain words like "NOT" and "OR" and even "-" minus symbols. I still want the different tokens inside the names …
0
votes
1answer
10 views
jpos : cannot find control data “0x0D” when using isoMsg.getString(id) method
Some field value contains 0x0D specail character
The value from the hexdump:
4041000000000001D0534534534112342340000
But when I get the field value using isoMsg.getString(field_id), I got an equal …
0
votes
6answers
66 views
Singleton to read properties file in a Java webapp; correct approach?
Hi, all.
My spaghetti monster consumes XML from several different SOAP services, and the URL for each service is hardcoded into the application. I'm in the process of undoing this hardcoding, and …
0
votes
1answer
22 views
How can I login to phpBB3 forum programmatically by Java code ?
I googled and found this article but it didn't work with phpBB.
Would you mind giving me any advice?
