7980818283848586878889
if(file.exists()) { try { String content = new Util().read(file); area.setText(content); } catch (Exception e) {
259260261262263264265266267268269
about.addActionListener(new ActionListener() { @Override public void actionPerformed(ActionEvent arg0) { String content = new Util().read(getClass(), "README.md"); new HtmlViewer(content); } });