JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / unused / appletgui / FontChooser.java
1 package jalview.appletgui;\r
2 \r
3 import javax.swing.JDialog;\r
4 import javax.swing.JPanel;\r
5 \r
6 public class FontChooser extends JDialog {\r
7 \r
8         public FontChooser(JPanel alignPanel) {\r
9                 // TODO Auto-generated constructor stub\r
10         }\r
11 \r
12         public FontChooser(TreePanel treePanel) {\r
13                 // TODO Auto-generated constructor stub\r
14         }\r
15 \r
16 }\r