Notes![what is notes.io? What is notes.io?](/theme/images/whatisnotesio.png)
![]() ![]() Notes - notes.io |
import java.awt.BorderLayout;
import java.awt.GridLayout;
import javax.swing.BorderFactory;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTextField;
public class Test {
public static void main(String[] args) {
JFrame anaPencereFrame = new JFrame("Öğrenci Kayıt");
JPanel anaPanel = new JPanel(new BorderLayout());
JPanel solPanel = new JPanel(new BorderLayout());
JPanel solUstPanel = new JPanel(new GridLayout(2,2,5,5));
JPanel sagPanel = new JPanel(new GridLayout(2,1,5,5));
JPanel altPanel = new JPanel(new GridLayout(1,2,5,5));
anaPanel.add(solPanel,BorderLayout.WEST);
anaPanel.add(sagPanel,BorderLayout.EAST);
anaPanel.add(altPanel,BorderLayout.SOUTH);
solPanel.add(solUstPanel,BorderLayout.NORTH);
JLabel adiJLabel = new JLabel("Oyuncu Adı",JLabel.RIGHT);
JTextField adiField = new JTextField(10);
JButton ekleButton = new JButton("Ekle");
JButton cikarButton = new JButton("Çıkar");
solUstPanel.add(adiJLabel);
solUstPanel.add(adiField);
solUstPanel.add(ekleButton);
solUstPanel.add(cikarButton);
JList oyuncularJList = new JList();
JScrollPane oyuncularPane = new JScrollPane(oyuncularJList);
oyuncularPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
solPanel.add(oyuncularPane, BorderLayout.CENTER);
JList takimBirJList = new JList();
JScrollPane takimBirJScrollPane = new JScrollPane(takimBirJList);
takimBirJScrollPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
takimBirJScrollPane.setBorder(BorderFactory.createTitledBorder("Takım 1"));
sagPanel.add(takimBirJScrollPane);
JList takimIkiJList = new JList();
JScrollPane takimIkiJScrollPane = new JScrollPane(takimIkiJList);
takimIkiJScrollPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
takimIkiJScrollPane.setBorder(BorderFactory.createTitledBorder("Takım 2"));
sagPanel.add(takimIkiJScrollPane);
JButton olusturButton = new JButton("Oluştur");
JButton cikisButton = new JButton("Çıkış");
altPanel.add(olusturButton);
altPanel.add(cikisButton);
anaPencereFrame.add(anaPanel);
anaPencereFrame.setResizable(false);// Yeniden bu
anaPencereFrame.pack();// İçeriğini göre pencere boyutu ayarlanır
anaPencereFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
anaPencereFrame.setLocationRelativeTo(null);// ortalı çıkması
anaPencereFrame.setVisible(true);
}
}
![]() |
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