Notes![what is notes.io? What is notes.io?](/theme/images/whatisnotesio.png)
![]() ![]() Notes - notes.io |
import java.awt.Container;
import javax.swing.DefaultComboBoxModel;
import javax.swing.JButton;
import javax.swing.JCheckBox;
import javax.swing.JComboBox;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JRadioButton;
import javax.swing.JTextArea;
import javax.swing.JTextField;
public class Ornek8 extends JFrame {
String Dizi[]={"BİLP","BMET","SBST"};
public Ornek8(){
this.setTitle("");
this.setSize(400,800);
this.setLayout(null);
Ekle(this.getContentPane());
this.setVisible(true);
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
private void Ekle(Container contentPane){
JLabel label1=new JLabel("BİLP 203 Değerlendirme");
JLabel label2=new JLabel("Adınız:");
JLabel label3=new JLabel("Şifre:");
JLabel label4=new JLabel("Cinsiyetiniz");
JLabel label5=new JLabel("Bilp 203 Dersini Nasıl Buldunuz?");
JLabel label6=new JLabel("Görüşleriniz");
JLabel label7=new JLabel("Lütfen Bölümünüzü Seçiniz");
JTextField textField1=new JTextField();
JTextField textField2=new JTextField();
JCheckBox checkBox1=new JCheckBox("K");
JCheckBox checkBox2=new JCheckBox("E");
JRadioButton radioButton1=new JRadioButton("Mükemmel");
JRadioButton radioButton2=new JRadioButton("İyi");
JRadioButton radioButton3=new JRadioButton("Fena Değil");
JRadioButton radioButton4=new JRadioButton("Berbat");
JRadioButton radioButton5=new JRadioButton("Fikrim Yok");
JTextArea textArea1=new JTextArea("Lütfen fikrinizi belirtiniz.");
JComboBox comboBox1=new JComboBox(Dizi);
JButton button1=new JButton("GÖNDER");
JButton button2=new JButton("TEMİZLE");
contentPane.add(label1);
label1.setLayout(null);
label1.setBounds(25, 15, 150, 20);
contentPane.add(label2);
label2.setLayout(null);
label2.setBounds(25, 45, 40, 20);
contentPane.add(textField1);
textField1.setLayout(null);
textField1.setBounds(65, 47, 100, 20);
contentPane.add(label3);
label3.setLayout(null);
label3.setBounds(25, 70, 40, 20);
contentPane.add(textField2);
textField2.setLayout(null);
textField2.setBounds(60, 72, 100, 20);
contentPane.add(label4);
label4.setLayout(null);
label4.setBounds(25, 95, 75, 20);
contentPane.add(checkBox1);
checkBox1.setLayout(null);
checkBox1.setBounds(90, 95, 35, 20);
contentPane.add(checkBox2);
checkBox2.setLayout(null);
checkBox2.setBounds(125, 95, 35, 20);
checkBox2.setSelected(true);
contentPane.add(label5);
label5.setLayout(null);
label5.setBounds(25, 120, 185, 20);
contentPane.add(radioButton1);
radioButton1.setLayout(null);
radioButton1.setBounds(25, 145, 100, 20);
contentPane.add(radioButton2);
radioButton2.setLayout(null);
radioButton2.setBounds(25, 170, 100, 20);
contentPane.add(radioButton3);
radioButton3.setLayout(null);
radioButton3.setBounds(25, 195, 100, 20);
contentPane.add(radioButton4);
radioButton4.setLayout(null);
radioButton4.setBounds(25, 220, 100, 20);
contentPane.add(radioButton5);
radioButton5.setLayout(null);
radioButton5.setBounds(25, 245, 100, 20);
contentPane.add(label6);
label6.setLayout(null);
label6.setBounds(25, 275, 100, 20);
contentPane.add(textArea1);
textArea1.setLayout(null);
textArea1.setBounds(25, 300, 200, 120);
contentPane.add(label7);
label7.setLayout(null);
label7.setBounds(25, 425, 170, 20);
contentPane.add(comboBox1);
//comboBox1.setLayout(null);
comboBox1.setBounds(25, 455, 100, 20);
contentPane.add(button1);
button1.setLayout(null);
button1.setBounds(25, 485, 85, 20);
contentPane.add(button2);
button2.setLayout(null);
button2.setBounds(115, 485, 85, 20);
}
public static void main(String[] args) {
// TODO Auto-generated method stub
new Ornek8();
}
}
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team