mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
CheckBoxes are alinged with the replaceField
This commit is contained in:
@@ -174,14 +174,19 @@ public class FindReplace extends JFrame {
|
||||
.addComponent(findLabel)
|
||||
.addComponent(findField))
|
||||
.addGroup(GroupLayout.Alignment.TRAILING,
|
||||
layout.createSequentialGroup()
|
||||
layout
|
||||
.createSequentialGroup()
|
||||
.addComponent(replaceLabel)
|
||||
.addComponent(replaceField))
|
||||
.addGroup(GroupLayout.Alignment.TRAILING,
|
||||
layout.createSequentialGroup()
|
||||
.addComponent(ignoreCaseBox)
|
||||
.addComponent(allTabsBox)
|
||||
.addComponent(wrapAroundBox))
|
||||
.addGroup(layout
|
||||
.createParallelGroup()
|
||||
.addComponent(replaceField)
|
||||
.addGroup(GroupLayout.Alignment.LEADING,
|
||||
layout
|
||||
.createSequentialGroup()
|
||||
.addComponent(ignoreCaseBox)
|
||||
.addComponent(allTabsBox)
|
||||
.addComponent(wrapAroundBox))))
|
||||
|
||||
.addGroup(buttonsHorizontalGroup));
|
||||
|
||||
// layout.linkSize(SwingConstants.HORIZONTAL, findLabel, replaceLabel); //Making size of findLabel and replaceLabel equal
|
||||
|
||||
Reference in New Issue
Block a user