Click here to Skip to main content
15,925,723 members
Home / Discussions / Java
   

Java

 
GeneralRe: Swing Pin
pasztorpisti16-Aug-12 2:12
pasztorpisti16-Aug-12 2:12 
GeneralRe: Swing Pin
Joshua Waring16-Aug-12 3:57
Joshua Waring16-Aug-12 3:57 
GeneralRe: Swing Pin
pasztorpisti16-Aug-12 4:08
pasztorpisti16-Aug-12 4:08 
GeneralRe: Swing Pin
Joshua Waring16-Aug-12 4:11
Joshua Waring16-Aug-12 4:11 
SuggestionRe: Swing Pin
pasztorpisti16-Aug-12 4:24
pasztorpisti16-Aug-12 4:24 
GeneralRe: Swing Pin
Joshua Waring16-Aug-12 2:13
Joshua Waring16-Aug-12 2:13 
SuggestionRe: Swing Pin
pasztorpisti16-Aug-12 1:00
pasztorpisti16-Aug-12 1:00 
AnswerRe: Swing Pin
Gowtham Gutha15-Nov-12 7:31
Gowtham Gutha15-Nov-12 7:31 
First of all you didn't set text in the JTextField and also you've not even enabled the user to write into the JTextField.

Because, setEditable(false); means the user cannot edit the text in the text field and also there was no text in the Textfield.

And also you do not need to create object for the class GUI in actionPerformed() because this method was written in the same class only. This means that you are performing action on the object 'g' which you've created.

You can directly access them, there is no need of creating the object.
Gowtham Gutha (Java-Demos.Blogspot.Com)

QuestionMutual SSL Setup Pin
balarayala12-Aug-12 23:16
balarayala12-Aug-12 23:16 
AnswerRe: Mutual SSL Setup Pin
Richard MacCutchan13-Aug-12 0:42
mveRichard MacCutchan13-Aug-12 0:42 
GeneralRe: Mutual SSL Setup Pin
balarayala13-Aug-12 16:32
balarayala13-Aug-12 16:32 
GeneralRe: Mutual SSL Setup Pin
Richard MacCutchan13-Aug-12 21:24
mveRichard MacCutchan13-Aug-12 21:24 
GeneralRe: Mutual SSL Setup Pin
Richard MacCutchan13-Aug-12 23:02
mveRichard MacCutchan13-Aug-12 23:02 
GeneralRe: Mutual SSL Setup Pin
Paul Conrad13-Aug-12 23:44
professionalPaul Conrad13-Aug-12 23:44 
GeneralRe: Mutual SSL Setup Pin
Richard MacCutchan13-Aug-12 23:55
mveRichard MacCutchan13-Aug-12 23:55 
GeneralRe: Mutual SSL Setup Pin
balarayala14-Aug-12 0:06
balarayala14-Aug-12 0:06 
GeneralRe: Mutual SSL Setup Pin
Richard MacCutchan14-Aug-12 0:10
mveRichard MacCutchan14-Aug-12 0:10 
GeneralRe: Mutual SSL Setup Pin
balarayala14-Aug-12 0:21
balarayala14-Aug-12 0:21 
GeneralRe: Mutual SSL Setup Pin
Richard MacCutchan14-Aug-12 0:32
mveRichard MacCutchan14-Aug-12 0:32 
Questionusing jxl to write formula in excel Pin
prithaa12-Aug-12 17:35
prithaa12-Aug-12 17:35 
AnswerRe: using jxl to write formula in excel Pin
Nagy Vilmos13-Aug-12 1:34
professionalNagy Vilmos13-Aug-12 1:34 
GeneralRe: using jxl to write formula in excel Pin
prithaa22-Aug-12 18:06
prithaa22-Aug-12 18:06 
Questionjavascripy Pin
Member 818906911-Aug-12 6:58
Member 818906911-Aug-12 6:58 
AnswerRe: javascripy Pin
Richard MacCutchan11-Aug-12 8:11
mveRichard MacCutchan11-Aug-12 8:11 
QuestionFTI Messenger Pin
noor1007-Aug-12 2:53
noor1007-Aug-12 2:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.