necprajjwal commented on pull request #499:
URL: https://github.com/apache/jmeter/pull/499#issuecomment-673872829


   
   
   
   > > > > Regarding the check-box not getting selected issue, we merged the 
latest branch as per your suggestion and are still able to reproduce the same 
issue with Darklaf theme (all variants) (tested in Windows environment, JDK 
1.8). It works properly when choosing any other theme like Windows, Nimbus, 
etc. I would request you to please confirm that on your end.
   > > > 
   > > > 
   > > > Hi @necprajjwal,
   > > > does this issue happen reliably? Could you provide a minimal example 
to reproduce it?
   > > 
   > > 
   > > Hi @weisJ,
   > > Thank you very much for checking the issue.
   > > Yes, this issue happens reliably.
   > > Please follow the following steps to reproduce it.
   > > 
   > > 1. Clone https://github.com/t-imoto002/jmeter master branch.
   > > 2. In the code, 
https://github.com/t-imoto002/jmeter/blob/master/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/gui/action/CorrelateJMXFile.java
   > >    Replace the method "doActionAfterCheck" with the code below
   > > 
   > > ```
   > >    @Override
   > >     protected void doActionAfterCheck(ActionEvent e) throws 
IllegalUserActionException {
   > >          Object[][] correlationData = {{Boolean.FALSE, "Dummy2", "Dummy2 
value1", "Dummy value2"}, {Boolean.FALSE, "Dummy2", "Dummy2 value1", "Dummy2 
value2"}};
   > >          CorrelationTableModel.setRowData(correlationData);
   > >         CorrelationGui.createCorrelationGui();
   > >     }
   > > ```
   > > 
   > > 
   > > ```
   > >  You may add more data if you like.
   > > ```
   > > 
   > > 
   > > 
   > > 1. In the JMeter Home directory, do "./gradlew runGui". It will run 
JMeter.
   > > 2. Goto Tools -> Correlation -> JMX File. You may now reproduce the 
issue.
   > > 
   > > ...
   > > Please note that the testing of the issue is done on Windows 10 with JDK 
1.8.
   > 
   > Hi @necprajjwal
   > 
   > Thank you very much, though I would be more interested in a standalone 
example i.e. just the necessary code to display the table.
   
   Hi @weisJ,
   
   Thank you for the quick response.
   I have copied the required code in a Java application. Could you please try 
[this](https://github.com/necprajjwal/java-jtable)?
   


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

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


Reply via email to