mbien opened a new pull request, #4200:
URL: https://github.com/apache/netbeans/pull/4200

   wanted to check out the new regex checker with a fairly long regex (output 
window exception matcher from #4180), but noticed that the text fields had all 
fixed sizes despite it being a top component.
   
   So I tried to fix this first ;)
    - everything resizes now properly (the example generator window too)
    - added vertical splitter as bonus
    - moved the error msg label a little bit around (try invalid regex)
    - noticed that the form had a unused JFrame stored, removed that (might 
have been the first version of the RegexExampleGeneratorPanel)
   
   before.
   
![regex-checker-baseline](https://user-images.githubusercontent.com/114367/172075577-59f19f2c-4220-4b44-b853-c10be74a2fee.png)
   
   after:
   
![regex-checker-layout](https://user-images.githubusercontent.com/114367/172075583-169cf40f-c2f1-4f74-8124-1c0b33e27e1d.png)
   
   @mishrasandeep what do you think?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to