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