This program has 2 components:-
1)BST animation for integer input - It takes input of a sequence of numbers inputed by the user from the text field and constructs a Binary search tree when the BST button is clicked
2)BST animation for strings taken from a text file - It takes input of array of String when the get data button is cicked and then compares them lexographically to construct a BST.