| Thread | Last Post | Replies |
|
| FYI: Intel donates Swing code to Apache's open source Java | 03 Jun 2006 02:19 GMT | 1 |
FYI: Intel donates Swing code to Apache's open source Java http://news.google.com/news/url?sa=t&ct=:ePkh8BM9E0KzgxVohwEL3OxUIQYUK4wEyutmPWn qsvZ_KX5O1_1w53QAPFQOwQ/0-0&fp=44803ec4232df274&ei=mYaARNHDBMagaIq0kPsE&url=http %3A//www.theinquirer.net/%3Farticle%3D32116&cid=0
|
| JNI: Signedness with GetStringUTFChars() and ReleaseStringUTFChars() | 02 Jun 2006 22:25 GMT | 5 |
I'm working through Sheng Liang's "The JNI Programmer's Guide and Specification", and am on chapter 3, working the "Prompt" example. I'm working through all the examples using gcc on GNU/Linux and VC++ on MS Windows. Here's the C code in Sheng's book:
|
| Java generic issue in array | 02 Jun 2006 20:50 GMT | 24 |
I could create: ArrayList<Node> myarr = new ArrayList<Node>(); but can't ArrayList<Node> myarr[] = new ArrayList<Node>[n];
|
| Fixing and Continuing feature for Java IDE? | 02 Jun 2006 19:17 GMT | 9 |
I read that NetBean have it, I try simple main code: public static void main(String[] args) { // TODO code application logic here int a=3;
|
| consolidating bunch of HTML pages | 02 Jun 2006 19:07 GMT | 1 |
. say you have a bunch of pages linked as (very) small pages a-la: . <a rel="previous" href="page_0.0">page 0.0</a>
|
| Sorting Objects in an ArrayList | 02 Jun 2006 18:53 GMT | 17 |
I am working on my inventory program and I have almost completed, although when I am displaying the summary of my inventory data table, which is ordered in colums barcode/Style/Colour/Size. I fetch and store all the data in access,
|
| represent MD5 as a number in base36 | 02 Jun 2006 18:00 GMT | 1 |
What's the most efficient/elegant way to represent an MD5 in base 36? Here's some code I've cribbed together from MD5 samples but this is converting byte-by-byte to base 16 then on to base 36, which seems dumb. But I'm kind of lost in all the different constructors and static
|
| Create output file from jsp | 02 Jun 2006 16:30 GMT | 4 |
I hope someone can help me. I am VERY new to jsp and need to figure out how to do this. I have a file named united_states.jsp which calls another file named state.jsp when a state is selected on a map. That file uses an xml
|
| How can i get the the data come from severlet? | 02 Jun 2006 15:43 GMT | 4 |
That's the suituation. There's a website using servlet to provide some information i need. I can only get the html they provide for me. Their data will be update every minite, but i can not stare at it and push "reload" button to get
|
| Dynamic array creation | 02 Jun 2006 15:39 GMT | 2 |
Dynamic array creation Hi all... here's a good one for you... I have a situation where I have some bean, and I need to populate an array field in it... here's the problem... I do not know the element
|
| How to format text input/output? | 02 Jun 2006 15:38 GMT | 2 |
People, is it possible to control command prompt text output in Java as it is in C? I mean, cam I print a line, them erase that line and repreint it in the same line? Thanks,
|
| Dynamic array creation | 02 Jun 2006 15:31 GMT | 1 |
Dynamic array creation Hi all... here's a good one for you... I have a situation where I have some bean, and I need to populate an array field in it... here's the problem... I do not know the element
|
| any relational APIs for RMS? (MIDP storage) | 02 Jun 2006 14:32 GMT | 2 |
I've googled for this and found nothing, but thought it worth asking here... On the MIDP mobile java platform, RMS (Record Management System) allows a very basic permanent storage mechanism for 'records' that consist of byte arrays. I was wondering if anyone knows of a relational ...
|
| How to access java environment variables from C++ application | 02 Jun 2006 13:56 GMT | 1 |
I am new to java. We are trying to make an application in C++ which has to access java environment variables. How do we go about it?
|
| Display images in the table | 02 Jun 2006 13:23 GMT | 3 |
I need to display pictures in the table from database, pictures will depends on the value in the cells. For example for age, if the age is between 0 and 20 there will be displayed picture1, 20-40 picture2 and so on. Please give me some advice or any help.
|