1,083 reputation
218
bio website
location Delhi
age 21
visits member for 6 months
seen Apr 28 at 8:21
stats profile views 254

ready 2 help :D


Apr
14
comment Checking if text in a textbox matches a string once a button has been pressed
@Rachel please have a look at my answer
Apr
14
answered Checking if text in a textbox matches a string once a button has been pressed
Apr
14
comment Checking if text in a textbox matches a string once a button has been pressed
Which button has to be pressed 1st? the cat one or enter?
Apr
14
comment displaying image in java without scrolling the scrollbar
Can you please provide an SSCCE ?
Apr
11
comment Understanding the use of Elements in Java Swing
jtextArea.getText() ?
Apr
9
comment Populating a JList with multiplte Views
Please show us some work, and if possible, an SSCCE
Apr
9
comment Populating a JList with multiplte Views
Yes, it is possible.
Apr
9
comment How To Remove an item from an Array and move everything else down?
+1 short and easy :)
Apr
5
comment Returning a random text field input
@StephenP Yeah thats a good idea :), may be OP just wants textfields by drag and drop
Apr
4
comment Returning a random text field input
@user2238229 if the answer is ok for you, you can accept it by clicking on the blank check mark.
Apr
4
comment Returning a random text field input
@user2238229 See my edit
Apr
4
revised Returning a random text field input
added 18 characters in body
Apr
4
comment Returning a random text field input
I know you want to display names...so will make an edit
Apr
4
revised Returning a random text field input
added 315 characters in body
Apr
4
revised Returning a random text field input
added 60 characters in body
Apr
4
answered Returning a random text field input
Apr
4
comment Returning a random text field input
So what is your problem with the third button?
Apr
3
comment How fast can I become proficient in Java?
Yeah correct about 10 years thingy..was excited as read the same topic in my college couple a days ago.Still, answer is alot better then the question ;) .Denis please edit the false time estimate as suggested by @Makoto
Apr
3
comment JTextArea on JPanel inside JScrollPane does not resize properly
+1 wonderful implementation...never got this idea ;)
Apr
3
comment JTextArea on JPanel inside JScrollPane does not resize properly
@MarkvanVelthoven You can do VERTICAL/HORIZONTAL_SCROLLBAR_NEVER like that it won't be visible...Try, if not i will try to give an SSCCE