dialog_wrapper.md: Reduce code snippet indent

This commit is contained in:
Karol Lewandowski 2023-10-26 15:22:13 +02:00
parent d150a6b808
commit 189ec31a05

View File

@ -86,7 +86,7 @@ public class SampleDialogWrapper extends DialogWrapper {
protected JComponent createCenterPanel() {
JPanel dialogPanel = new JPanel(new BorderLayout());
JLabel label = new JLabel("testing");
JLabel label = new JLabel("Testing");
label.setPreferredSize(new Dimension(100, 100));
dialogPanel.add(label, BorderLayout.CENTER);