source: trunk/org/expeditee/agents/WriteFrame.java@ 4

Last change on this file since 4 was 4, checked in by davidb, 16 years ago

Starting source code to Expeditee

File size: 234 bytes
Line 
1package org.expeditee.agents;
2
3public class WriteFrame extends WriteTree {
4
5 public WriteFrame() {
6 super();
7 super.setFollowLinks(false);
8 }
9
10 public WriteFrame(String format) {
11 super(format);
12 super.setFollowLinks(false);
13 }
14}
Note: See TracBrowser for help on using the repository browser.