vdaburon opened a new pull request, #6379:
URL: https://github.com/apache/jmeter/pull/6379

   JEditableCheckBox paint a border in a color (likes Very Light Blue) to help 
differentiation to Standard Checkbox (no border) and Editable Checkbox (with 
color border).
   
   ## Description
   <!--- Provide a general summary of your changes in the Title above -->
   <!--- Describe your changes in detail here -->
   JEditableCheckBox paint a border in a color (likes Very light blue)
   
   ## Motivation and Context
   <!--- Why is this change required? What problem does it solve? -->
   <!--- If it fixes an open issue, please link to the issue here. -->
   Since 5.6.x some checkboxes could be change in an expression (right click on 
checkbox) but there is no external information to explains if the checkbox is 
"standard" or "expression compatible".
   
   ## How Has This Been Tested?
   <!--- Please describe in detail how you tested your changes. -->
   <!--- Include details of your testing environment, tests ran to see how -->
   <!--- your change affects other areas of the code, etc. -->
   Change border color to Orange, Blue and Very Light Blue (not standard color).
   
   Use the HTTP Request as demo because some checkbox are standard checkbox and 
some checkbox are editable checkbox (Expression)
   
   ## Screenshots (if appropriate):
   Border Color.ORANGE<br/>
   
![2024-11-05_checkbox_border_color_orange](https://github.com/user-attachments/assets/61f87228-6ea5-4317-8337-7a5108039bee)
   
   Border Color.BLUE<br/>
   
![2024-11-05_checkbox_border_color_blue](https://github.com/user-attachments/assets/78bd765c-d78e-42f7-b8f5-f66d31ea6fbe)
   
   Border Color(51,204,255) Very Light Blue my prefered color<br/>
   
![2024-11-05_checkbox_border_color_very_light_blue](https://github.com/user-attachments/assets/411e0d3d-dff9-4e1d-a2be-7be2184b2d14)
   
   Border Color(51,204,255) Very Light Blue in Darcula look and feel<br/>
   
![2024-11-05_checkbox_border_color_very_light_blue_in_darcula](https://github.com/user-attachments/assets/4706f3e3-ec0a-492d-81e0-a4aef750b4e1)
   
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Delete as appropriate 
-->
   - New feature just aesthetic. <br/>
   Link to 
[https://github.com/apache/jmeter/issues/6377](https://github.com/apache/jmeter/issues/6377)
   
   
   ## Checklist:
   <!--- Go over all the following points, and put an `x` in all the boxes that 
apply. -->
   <!--- If you're unsure about any of these, don't hesitate to ask. We're here 
to help! -->
   - [x ] My code follows the [code style][style-guide] of this project.
   - [ ] I have updated the documentation accordingly.
   
   [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
   


-- 
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