From: amwaterhouse Date: Wed, 14 Sep 2005 11:23:58 +0000 (+0000) Subject: Make button protected X-Git-Tag: Release_2_05b~29 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=bc185771d48512e3c5c529c2192944346cc1d368;p=jalview.git Make button protected --- diff --git a/src/jalview/jbgui/GFontChooser.java b/src/jalview/jbgui/GFontChooser.java index f6a1e07..0aeeb34 100755 --- a/src/jalview/jbgui/GFontChooser.java +++ b/src/jalview/jbgui/GFontChooser.java @@ -47,7 +47,7 @@ public class GFontChooser extends JPanel BorderLayout borderLayout2 = new BorderLayout(); BorderLayout borderLayout3 = new BorderLayout(); FlowLayout flowLayout1 = new FlowLayout(); - JButton defaultButton = new JButton(); + protected JButton defaultButton = new JButton(); /** * Creates a new GFontChooser object.