file=Файл
view=Вид
project=Проект
help=Справка
properties = new Properties();
InputStream inputStream = MainMenu.class.getClassLoader().getResourceAsStream("file.properties");
try {
properties.load(inputStream);
} catch (IOException e) {
e.printStackTrace();
}
����