mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Fix the NEXT button. Proper reset.
This commit is contained in:
parent
253ce2893d
commit
cdf36b5ca7
@ -91,8 +91,7 @@ public class LogicalImagerDSProcessor implements DataSourceProcessor {
|
||||
*/
|
||||
@Override
|
||||
public JPanel getPanel() {
|
||||
configPanel.readSettings();
|
||||
configPanel.select();
|
||||
configPanel.reset();
|
||||
return configPanel;
|
||||
}
|
||||
|
||||
|
@ -409,8 +409,10 @@ public class LogicalImagerPanel extends JPanel implements DocumentListener {
|
||||
|
||||
public void reset() {
|
||||
//reset the UI elements to default
|
||||
choosenImagePath = null;
|
||||
driveList.setListData(EMPTY_LIST_DATA);
|
||||
messageLabel.setText("");
|
||||
clearImageTable();
|
||||
messageLabel.setText(Bundle.LogicalImagerPanel_messageLabel_clickScanOrBrowse());
|
||||
}
|
||||
|
||||
/**
|
||||
@ -428,9 +430,6 @@ public class LogicalImagerPanel extends JPanel implements DocumentListener {
|
||||
public void readSettings() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the focus to the pathTextField.
|
||||
*/
|
||||
public void select() {
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user