Skip to content

Commit

Permalink
Small Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mishi-a committed Jan 26, 2019
1 parent ebb3a10 commit efa18af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/DisplaySimpleTree.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class DisplaySimpleTree extends Application
@Override
public void start(Stage primaryStage) throws Exception
{
//Starting point of APplication
primaryStage.setTitle("Huffman Encoder Decoder");
GridPane gridPane = createDisplayTreePane();
Scene scene = new Scene(gridPane, 1366, 768);
Expand Down
1 change: 1 addition & 0 deletions src/HuffmanTree.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public class HuffmanTree
{
String toEncode;
HuffmanTreeNode root;
String var;

// constructor for the class
public HuffmanTree(String toEncode)
Expand Down

0 comments on commit efa18af

Please sign in to comment.