mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +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
|
@Override
|
||||||
public JPanel getPanel() {
|
public JPanel getPanel() {
|
||||||
configPanel.readSettings();
|
configPanel.reset();
|
||||||
configPanel.select();
|
|
||||||
return configPanel;
|
return configPanel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -409,8 +409,10 @@ public class LogicalImagerPanel extends JPanel implements DocumentListener {
|
|||||||
|
|
||||||
public void reset() {
|
public void reset() {
|
||||||
//reset the UI elements to default
|
//reset the UI elements to default
|
||||||
|
choosenImagePath = null;
|
||||||
driveList.setListData(EMPTY_LIST_DATA);
|
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() {
|
public void readSettings() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the focus to the pathTextField.
|
|
||||||
*/
|
|
||||||
public void select() {
|
public void select() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user