abstract sclass DynPrintLogAndEnabled > DynPrintLog { volatile bool enabled = true; transient JPanel buttons; visualize { ret centerAndSouthWithMargins(super.visualize(), buttons = jrightalignedline(dm_fieldCheckBox('enabled))); } }