mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Fixed formatting
This commit is contained in:
parent
6ba8cd8cb1
commit
0ecfb51d2d
@ -326,7 +326,7 @@ class LocalFilesPanel extends JPanel {
|
|||||||
|
|
||||||
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed
|
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed
|
||||||
String displayName = JOptionPane.showInputDialog("New Display Name: ");
|
String displayName = JOptionPane.showInputDialog("New Display Name: ");
|
||||||
if(displayName != null && !displayName.equals("")) {
|
if (displayName != null && !displayName.equals("")) {
|
||||||
this.displayName = displayName;
|
this.displayName = displayName;
|
||||||
this.displayNameLabel.setText("Display Name: " + this.displayName);
|
this.displayNameLabel.setText("Display Name: " + this.displayName);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user