-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recent opened files handling + other tweaks #69
Conversation
loads and saves the recent files list.
Ctrl + W also closes the current opened tab, if there is none opened, it closes the file. Clicking close in the menubar always closes the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than actually testing out the changes. It looks good. Thanks.
@@ -507,7 +568,7 @@ public void actionPerformed(ActionEvent event) { | |||
pane.add(new JLabel("Contributions By:")); | |||
pane.add(new JLabel("zerdei, toonetown, dstmath")); | |||
pane.add(new JLabel("virustotalop, xtrafrancyz")); | |||
pane.add(new JLabel("mbax, quitten, and mstrobel")); | |||
pane.add(new JLabel("mbax, quitten, mstrobel, and FisheyLP")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. :)
@@ -38,7 +38,7 @@ | |||
public class MainWindow extends JFrame { | |||
private static final long serialVersionUID = 5265556630724988013L; | |||
|
|||
private static final String TITLE = "Luyten"; | |||
private static final String TITLE = "Luyten 2"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be reverted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wasn't intended to be in the github project.. It was just for testing purposes.
Been a little busy but I just pulled your changes, everything looks great. Thanks. |
No description provided.