diff --git a/java/src/ch/ntb/usb/package.html b/java/src/ch/ntb/usb/package.html
index 27b6870..188826f 100644
--- a/java/src/ch/ntb/usb/package.html
+++ b/java/src/ch/ntb/usb/package.html
@@ -4,11 +4,22 @@
Includes the main classes for the libusb wrapper.
+
+LibusbWin.java
+is the JNI class to the
+LibusbWin.dll
+. Every class starting with
+Usb_
+represents a descriptor of the bus structure which is retrieved by
+calling
+LibusbWin.usb_get_busses()
+.
Related Resources
For more information about this project visit
-inf.ntb.ch
+inf.ntb.ch
.
diff --git a/java/src/ch/ntb/usb/usbView/package.html b/java/src/ch/ntb/usb/usbView/package.html
index 412b1e9..c5814c6 100644
--- a/java/src/ch/ntb/usb/usbView/package.html
+++ b/java/src/ch/ntb/usb/usbView/package.html
@@ -4,7 +4,7 @@
Displays the bus and device information of the currently attached
-devices in a tree (requires the SWT library).
+devices in a tree (based on Swing).
Related Resources