internal StrokeChooserPanel\u00241([In] StrokeChooserPanel obj0)
 {
   base.\u002Ector();
   StrokeChooserPanel\u00241 strokeChooserPanel1 = this;
   this.this\u00240 = obj0;
 }
 private void attemptGridStrokeSelection()
 {
   StrokeChooserPanel.__\u003Cclinit\u003E();
   StrokeChooserPanel strokeChooserPanel = new StrokeChooserPanel(this.gridStrokeSample, this.availableStrokeSamples);
   if (JOptionPane.showConfirmDialog((Component) this, (object) strokeChooserPanel, DefaultNumberAxisEditor.localizationResources.getString("Stroke_Selection"), 2, -1) != 0)
     return;
   this.gridStrokeSample.setStroke(strokeChooserPanel.getSelectedStroke());
 }