Home | History | Annotate | Download | only in rmi

Lines Matching full:font

39 <font color="red">import javassist.tools.rmi.ObjectImporter;</font>

42 private Font font;
43 <font color="red">private ObjectImporter importer;
44 private Counter counter;</font>
49 font = new Font("SansSerif", Font.ITALIC, 40);
53 <font color="red">importer = new ObjectImporter(this);</font>
60 <font color="red">counter = (Counter)importer.getObject(counterName);</font>
61 message = Integer.toString(<font color="red">counter.get()</font>);
67 message = Integer.toString(<font color="red">counter.increase()</font>);
72 g.setFont(font);
126 <font color="red">web.exportObject("counter", new Counter());</font>