5 Aralık 2017 Salı

Swing JRadioButton

Giriş
Bu nesne yaratıldıktan sonra ButtonGroup nesnesine eklenir.

constructor
Şöyle yaparız.
JRadioButton button = new JRadioButton("test");
getText metodu
Şöyle yaparız.
System.out.println(button.getText());

Hiç yorum yok:

Yorum Gönder