PM Shri School Jawahar Navodaya Vidyalaya Palghar
PM Shri School Jawahar Navodaya Vidyalaya Palghar
Internal Examiner
(Subject Teacher)
public NoteTakingApp() {
setTitle(“Note Taking App”)
setSize(500,500);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
loadItem.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
loadFromFile();
}
});
fileMenu.add(saveItem);
fileMenu.add(loadItem);
menuBar.add(fileMenu);
setJMenuBar(menuBar);
setVisible(true);
}
new NoteTakingApp();
}
});
}
}
NOTEPAD
BIBLIOGRAPHY:
1. https://www.w3schools.com
2. www.geeksforgeeks.org
3. https://www.youtube.com
4. https://netbeans.apache.org
5. https://www.google.co.in
THANK YOU!