Reputation: 39
I am working on a scientific calculator in java for which I need to output a fraction in its actual form like as numerator over denominator. Currently I am using JTextField to output my expressions.I know that this is not possible with JTextField, kindly guide me how this is possible ?
Upvotes: 3
Views: 140