mic ta

Greenhorn
+ Follow
since May 13, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by mic ta

Hello,
How good is it possible to develop java application under Intel Dual Core Atom (n550) with Eclipse/Netbeans? I am thinking to by this netbook http://us.acer.com/ac/en/US/content/model/LU.SDJ0D.089

Thank you in advance.
14 years ago
Sorry. Yes, I would like to save the picture in SVG format and not in PNG.
14 years ago
Hello,
I tried to rewrite the following code snipsel:


with Batik, but I do not know how do it.

Are there any examples?

Thank you in advance.
14 years ago
I rewrote the code with help of HashMap, but unfortunately the output is wrong (the input data is in first post):


I do not know how to fix the first keys column in output.



What did I wrong?
14 years ago
I meant if an upper-case character is found than this character should convert to lower case, but I understand now that I am looking for non character and therefore I solve the problem with equalsIgnoreCase.
15 years ago
Thank you for the solutions.

I need just the string and the Rob Prime shortcut looks very short compare to Ireneusz Kordal solution.

Are there any speed differences between the two solutions?

EDIT: Is it possible that the regular expression convert also the match to lower case?
15 years ago
Hello,
I would like to remove everything what is not a character eg.
from "one,two' three . four ! Five" to "onetwothreefourFive"

I have started to write this code, but how to finish it.


How is possible to remove everything what is not a character with regex?

Best regards,
15 years ago
How would looks a simple wrapper around the core hashmap?
15 years ago
@ Henry: I try to use available frameworks in order to increase the readable of the code.

How can I print the content (keys and values) of col on screen?

15 years ago


Is it possible to read files line by line without using != null maybe with a for loop?

Best regards,
15 years ago


line[0], line[1] and line[2] are my keys, but how can I save line[3] and line[4] as values?
15 years ago
I wrote a code in order to read following input file:




But unfortunately I could not find how to save the information to MultiKeyMap.
15 years ago
Which Apache Commons Collections could I use or where could I find a similar example?
15 years ago
Hello,
I am looking for a collection where I could save 3 keys and data.
Key1_1, Key2_1, Key3_1, data1_1, data2_1, data3_1
Key1_2, Key2_2, Key3_2, data1_2, data2_2, data3_2
Key1_3, Key2_3, Key3_3, data1_3, data2_3, data3_3
Key1_4, Key2_4, Key3_4, data1_4, data2_4, data3_4

Which collection would suit for it or maybe have I take apache commons collection?

Thank you in advance.

Best regards,
15 years ago