v1.1.0 #2
@ -15,7 +15,7 @@ import java.io.InputStreamReader;
|
|||||||
*/
|
*/
|
||||||
public class MainApp {
|
public class MainApp {
|
||||||
|
|
||||||
public static final String APP_VERSION = "1.0.1";
|
public static final String APP_VERSION = "1.1.0";
|
||||||
|
|
||||||
public enum OS {
|
public enum OS {
|
||||||
WINDOWS, LINUX, MACOS, UNKNOWN
|
WINDOWS, LINUX, MACOS, UNKNOWN
|
||||||
|
|||||||
@ -2534,11 +2534,11 @@ public class MainWindow extends JFrame {
|
|||||||
private void showAboutDialog() {
|
private void showAboutDialog() {
|
||||||
JOptionPane.showMessageDialog(this,
|
JOptionPane.showMessageDialog(this,
|
||||||
"""
|
"""
|
||||||
KF File Manager 1.0
|
KF Manager 1.0
|
||||||
|
|
||||||
Two-panel file manager
|
Two-panel file manager
|
||||||
Java 11
|
Developed by Kamma.cz
|
||||||
|
|
||||||
Keyboard shortcuts:
|
Keyboard shortcuts:
|
||||||
F5 - Copy
|
F5 - Copy
|
||||||
Alt+F5 - Zip
|
Alt+F5 - Zip
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user