vdaburon commented on code in PR #6379:
URL: https://github.com/apache/jmeter/pull/6379#discussion_r1863669502


##########
src/jorphan/src/main/kotlin/org/apache/jorphan/gui/JEditableCheckBox.kt:
##########
@@ -105,6 +107,8 @@ public open class JEditableCheckBox(
 
     private val checkbox: JCheckBox = JCheckBox(label).apply {
         val cb = this
+        cb.setBorderPainted(true)
+        cb.setBorder(BorderFactory.createLineBorder(Color(51, 204, 255))) // 
Very light blue

Review Comment:
   The main question is how to distinguish a standard checkbox from a special 
JEditableCheckBox ?
   I proposed to add a colored border but if you have another proposition.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to