}
public MonolithResource rez() {
if (sRez != null) return sRez;
try {
sRez = new MonolithResource("lib/GRUNTZ.REZ");
return sRez;
} catch (FileNotFoundException e) {
System.err.println("Can't find GRUNTZ.REZ");
JFrame frame = new JFrame();
frame.setVisible(true);