mirror of
https://github.com/xfarrow/guify.git
synced 2025-06-05 22:09:25 +02:00
Notepad is now responsive
Version 1.0.4
This commit is contained in:
@ -3,6 +3,7 @@ package controllers;
|
||||
import java.net.InetAddress;
|
||||
import java.net.UnknownHostException;
|
||||
|
||||
import code.Constants;
|
||||
import code.SshEngine;
|
||||
import code.GuiAbstractions.Implementations.JFrameFactory;
|
||||
import code.GuiAbstractions.Interfaces.IFrameFactory;
|
||||
@ -59,6 +60,10 @@ public class LoginController {
|
||||
frame.setVisible(show);
|
||||
}
|
||||
|
||||
public String getTitle() {
|
||||
return Constants.APP_NAME + " " + Constants.VERSION;
|
||||
}
|
||||
|
||||
public static class LoginCredentials{
|
||||
public static String host;
|
||||
public static String username;
|
||||
|
Reference in New Issue
Block a user