Skip to content
Snippets Groups Projects
Commit b1905ba0 authored by tjc's avatar tjc
Browse files

tidy

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5481 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent c036d7a0
No related branches found
No related tags found
No related merge requests found
...@@ -38,10 +38,8 @@ import java.util.Enumeration; ...@@ -38,10 +38,8 @@ import java.util.Enumeration;
public class FileManager extends JFrame public class FileManager extends JFrame
{ {
/** busy cursor */ /** */
private Cursor cbusy = new Cursor(Cursor.WAIT_CURSOR); private static final long serialVersionUID = 1L;
/** done cursor */
private Cursor cdone = new Cursor(Cursor.DEFAULT_CURSOR);
public FileManager(JFrame frame) public FileManager(JFrame frame)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment