mirror of
https://github.com/opus-tango/B12NumbersV3.git
synced 2026-03-20 12:05:21 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user