919293949596979899
private void init() { setLayout(new BorderLayout()); setBorder(makeBorder()); Box box = Box.createVerticalBox(); box.add(makeTitlePanel()); errorPanel = new OnErrorPanel(); box.add(errorPanel); add(box, BorderLayout.NORTH); }
858687888990919293
{ setLayout(new BorderLayout()); setBorder(makeBorder()); Box box = Box.createVerticalBox(); box.add(makeTitlePanel()); errorPanel = new OnErrorPanel(); box.add(errorPanel); add(box,BorderLayout.NORTH); }
949596979899100101102
878889909192939495
798081828384858687