Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 11th, 2010 | Syntax: None | Size: 0.40 KB | Hits: 67 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. Exception in thread "main" java.lang.Error: Unresolved compilation problems:
  2.         Display cannot be resolved to a type
  3.         Display cannot be resolved to a type
  4.         Shell cannot be resolved to a type
  5.  
  6.         at org.eclipse.swt.examples.addressbook.AddressBook.main(AddressBook.java:54)
  7.  
  8.  
  9. #53 public static void main(String[] args) {
  10. #54     Display display = new Display();
  11. #55     AddressBook application = new AddressBook();