altosui: remove un-used imports
[fw/altos] / altosui / AltosDeviceDialog.java
index fa9d0013722ee88e5e48aa3df49e8bbe10bf16bd..0aeadae66d7cf4eb828a65f5db1621ec11917179 100644 (file)
 
 package altosui;
 
-import java.lang.*;
-import java.util.*;
 import javax.swing.*;
 import java.awt.*;
 import java.awt.event.*;
-import libaltosJNI.*;
 
 public class AltosDeviceDialog extends AltosDialog implements ActionListener {