Lines Matching refs:bug6698013
5 @run applet/manual=done bug6698013.html
12 public class bug6698013 extends JApplet {
38 return bug6698013.root.equals(dir);
46 return new File[]{bug6698013.root};
66 if (dir.equals(bug6698013.root)) {
67 return new File[]{bug6698013.rootFile, bug6698013.subdir};
70 if (dir.equals(bug6698013.subdir)) {
71 return new File[]{bug6698013.subdirFile};
78 return bug6698013.root;