Javadoc aggiunta a tutti i metodi di tutte le classi.
This commit is contained in:
@@ -25,7 +25,16 @@ import java.util.GregorianCalendar;
|
||||
*/
|
||||
public class AdminInterface extends JFrame{
|
||||
|
||||
|
||||
/**
|
||||
* Genera la GUI per l'intereazione dell'admin con il sistema.
|
||||
*
|
||||
* @param in_login_window
|
||||
* @param in_load_catalogo
|
||||
* @param in_login_data
|
||||
* @throws FileNotFoundException
|
||||
* @throws IOException
|
||||
* @throws ClassNotFoundException
|
||||
*/
|
||||
public AdminInterface(LoginWindow in_login_window, Catalogo in_load_catalogo, LoginData in_login_data) throws FileNotFoundException,IOException,ClassNotFoundException{
|
||||
|
||||
login_window = in_login_window;
|
||||
@@ -289,9 +298,6 @@ public class AdminInterface extends JFrame{
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
|
||||
|
||||
|
||||
|
||||
Global.set_sconto_min_articoli(0,0);
|
||||
|
||||
JOptionPane.showMessageDialog(location,
|
||||
@@ -299,9 +305,6 @@ public class AdminInterface extends JFrame{
|
||||
"Completata",
|
||||
JOptionPane.INFORMATION_MESSAGE);
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
private AdminInterface location;
|
||||
@@ -382,19 +385,12 @@ public class AdminInterface extends JFrame{
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Global.setSconto_ultima_settimana(0);
|
||||
JOptionPane.showMessageDialog(location,
|
||||
"Politica di sconto rimossa",
|
||||
"Completata",
|
||||
JOptionPane.INFORMATION_MESSAGE);
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
private AdminInterface location;
|
||||
@@ -558,10 +554,6 @@ public class AdminInterface extends JFrame{
|
||||
JTextField giudizio = new JTextField(15);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
showInput.add(descrizionel);
|
||||
showInput.add(descrizione);
|
||||
showInput.add(prezzol);
|
||||
@@ -968,7 +960,6 @@ public class AdminInterface extends JFrame{
|
||||
id = in_id;
|
||||
location= in_location;
|
||||
offers = in_offers;
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user