Comments and skeleton code

Some additional documentation comments. Ignore the beginning of a dynamic mouse event handler, that is coming later
This commit is contained in:
61616
2022-04-29 22:26:16 -04:00
parent 64790b77dd
commit bce04a90eb
8 changed files with 51 additions and 97 deletions

View File

@@ -1,10 +1,8 @@
class MathDisplay{
B12Math math;
MathDisplay(B12Math _math){
math = _math;
//digits = new ArrayList<B12Digit>();
}
// TODO take expression from math and display it in whatever state it is in