10 lines
186 B
Java
10 lines
186 B
Java
![]() |
import javax.swing.*;
|
||
|
import java.awt.*;
|
||
|
|
||
|
public class MainVolume {
|
||
|
public static void main(String[] args) {
|
||
|
Mafenetre fenetre = new Mafenetre();
|
||
|
fenetre.setVisible(true);
|
||
|
|
||
|
}
|
||
|
}
|