Курсовая работа: Объектно-ориентированное программирование учебных систем
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Image;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.*;
import java.io.*;
import java.nio.channels.FileChannel;
import java.util.Date;
import javax.swing.border.TitledBorder;
public class KMainWin extends JFrame implements Consts{
KMainWin f;
JButton starttest;
JButton readl;
JButton newt;
JButton newl;
JButton oplog;
JButton exit;
JButton logout;
JButton contr;
JButton time;
File newlec;
File newtest;
JLabel name;
JLabel surnm;
JLabel email;
JLabel icq;