Peter

1,520
Reputation
71 views

Registered User

Name Peter
Member for 1 year
Seen 2 days ago
Website
Location
Age
2d
revised How to properly roll back to an older version in CVS HEAD using Eclipse?
edited tags
Nov
17
answered Provide additional behavior when editing a cell in JTable
Nov
16
accepted validating input type=”password” created in php?
Nov
16
answered validating input type=”password” created in php?
Nov
3
comment How to assign a JavaScript variable to Java
The hidden input field is only hidden in your html, once the request goes to your weberver you can treat and retrieve it like any other parameter in a form, aka you retriever it from your request
Nov
3
answered How to assign a JavaScript variable to Java
Nov
2
answered hi i have a field called DECISION in my child jsp how can i get that value to parent jsp
Nov
2
answered Multithreading in JDBC connectivity
Oct
29
answered In Java, what is the best way of continuing to call a function until no exception is thrown?
Oct
29
accepted Java Keystroke catchining directional keys
Oct
29
comment What’s the most elegant way to concatenate a list of values with delimiter in Java?
clearly not did that
Oct
29
comment What’s the most elegant way to concatenate a list of values with delimiter in Java?
i know string concatenation isent fast thats not the point and yes its less readable just pointing out other options to do what the OP asked
Oct
29
answered What’s the most elegant way to concatenate a list of values with delimiter in Java?
Oct
29
answered Java Keystroke catchining directional keys
Oct
28
answered Mouse movement optimizations
Oct
21
answered How to validate sql query syntax?
Oct
12
awarded  Nice Answer
Oct
10
awarded  Yearling
Oct
5
comment jcalendar implementation in netbeans
check the API for those components to known what methods to call
Oct
4
accepted Draw a triangle using mouse drag (how can I move the previous drawn triangle using mouse drag)
Sep
30
answered Converting binary to decimal JAVA
Sep
29
comment Draw a triangle using mouse drag (how can I move the previous drawn triangle using mouse drag)
no its the different between the starting point of the drag and the end point of the drag say you drag from 5,10 to 15,25 you have moved 10 and 15 so you add 10 to all x's of the triangle en 15 to all y's
Sep
28
answered Draw a triangle using mouse drag (how can I move the previous drawn triangle using mouse drag)
Sep
24
accepted Servlet control multiple request.
Sep
14
answered Java decompiler written in the United States
Aug
26
answered How do I get a Java program I installed running?
Aug
21
comment Java not giving Error!
lovely: the answer is in the question // TODO: handle exception
Aug
20
comment How to manage consecutive column values in table rows
if you have to avoid changes there is the option to put a unique constraint on the index_nr column, that way the DB itself will avoid the duplicates, the downside is the fact you will have to catch the sqlexception it will throw and make sure you try again with a new and higher Index_nr
Aug
20
answered How to manage consecutive column values in table rows
Aug
19
comment Memory usage large arrays puzzle in java
if its java it should be r.totalMemory() to compile
Aug
18
accepted Adding an Icon to JTable by overriding DefaultTableCellRenderer
Aug
18
comment Adding an Icon to JTable by overriding DefaultTableCellRenderer
yup my adivce did not help because i forgot about the column == MyTableModel.IMAGE_COLUMN test
Aug
18
revised Adding an Icon to JTable by overriding DefaultTableCellRenderer
added 190 characters in body
Aug
18
answered Adding an Icon to JTable by overriding DefaultTableCellRenderer
Aug
18
answered Manipulating fields in the jTable Java
Aug
17
revised Help in alpha beta pruning and negamax
added 75 characters in body
Aug
17
answered Help in alpha beta pruning and negamax
Aug
17
answered Selectively running a war in Tomcat Web apps.
Aug
17
comment Selectively running a war in Tomcat Web apps.
a war doesnt run in a browser it runs in your webcontainer,
Aug
17
answered jTable grid lines for selected rows
Aug
16
accepted Making a JTable cell editable - but *not* by double clicking.
Aug
14
answered JDBC: How can I query by time in Oracle?
Aug
13
answered Making a JTable cell editable - but *not* by double clicking.
Aug
13
comment Critique my server design please.
Not a question that has a real answer
Aug
13
answered How to handle multiple languages in java?
Aug
12
comment Tristate Checkboxes in Java
Most usefull use for a tristate is this: No state, On and off. When you use the standard 2state you only have on and off and when you want to make sure the user actually choose one you need the third state,
Aug
11
revised Can i get the project build path programicaly?
JAVA-Java
Aug
11
answered Can i get the project build path programicaly?
Aug
11
answered Why does a new SimpleDateFormat object contain calendar with the wrong year?
Aug
10
accepted Property file string length limitation (JAVA)