Archived
Merge branch 'main' into java11
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
|
||||
package triangle.treeDrawer;
|
||||
|
||||
/**
|
||||
* used to keep track of the position for components in the tree to be drawn
|
||||
*/
|
||||
class Polyline {
|
||||
int dx, dy;
|
||||
Polyline link;
|
||||
|
||||
Reference in New Issue
Block a user