Forum: Java Oct 22nd, 2009 |
| Replies: 2 Views: 308 1st Part
public void posneg (String str1)
{
Convert the string to int
Divide it by 2,
if there is a remainder, its odd
if not even
} |
Forum: Java Oct 27th, 2004 |
| Replies: 1 Views: 5,012 Hi everyone,
I am doing a simple program with some text in the jtextpane and the text inside the jtextpane span to about three standard A4 papers. What i want to do is to only... |
Forum: Java Jul 23rd, 2004 |
| Replies: 23 Views: 6,417 Hi everyone,
I was wondering if anyone can recommend a good java ide.
I have tried netbeans but i find it very confusing to use. I am looking for a very simple but free java... |