Merge branch 'main' into java11

This commit is contained in:
Sandy Brownlee
2022-09-01 16:48:54 +01:00
8 changed files with 50 additions and 7 deletions
@@ -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;