src/share/classes/sun/awt/HeadlessToolkit.java

Print this page




 126     public ScrollbarPeer createScrollbar(Scrollbar target)
 127         throws HeadlessException {
 128         throw new HeadlessException();
 129     }
 130 
 131     public ScrollPanePeer createScrollPane(ScrollPane target)
 132         throws HeadlessException {
 133         throw new HeadlessException();
 134     }
 135 
 136     public TextAreaPeer createTextArea(TextArea target)
 137         throws HeadlessException {
 138         throw new HeadlessException();
 139     }
 140 
 141     public FileDialogPeer createFileDialog(FileDialog target)
 142         throws HeadlessException {
 143         throw new HeadlessException();
 144     }
 145 





 146     public MenuBarPeer createMenuBar(MenuBar target)
 147         throws HeadlessException {
 148         throw new HeadlessException();
 149     }
 150 
 151     public MenuPeer createMenu(Menu target)
 152         throws HeadlessException {
 153         throw new HeadlessException();
 154     }
 155 
 156     public PopupMenuPeer createPopupMenu(PopupMenu target)
 157         throws HeadlessException {
 158         throw new HeadlessException();
 159     }
 160 
 161     public MenuItemPeer createMenuItem(MenuItem target)
 162         throws HeadlessException {
 163         throw new HeadlessException();
 164     }
 165 




 126     public ScrollbarPeer createScrollbar(Scrollbar target)
 127         throws HeadlessException {
 128         throw new HeadlessException();
 129     }
 130 
 131     public ScrollPanePeer createScrollPane(ScrollPane target)
 132         throws HeadlessException {
 133         throw new HeadlessException();
 134     }
 135 
 136     public TextAreaPeer createTextArea(TextArea target)
 137         throws HeadlessException {
 138         throw new HeadlessException();
 139     }
 140 
 141     public FileDialogPeer createFileDialog(FileDialog target)
 142         throws HeadlessException {
 143         throw new HeadlessException();
 144     }
 145 
 146     public DirectoryDialogPeer createDirectoryDialog(DirectoryDialog target) 
 147         throws HeadlessException {
 148         throw new HeadlessException();
 149     }
 150     
 151     public MenuBarPeer createMenuBar(MenuBar target)
 152         throws HeadlessException {
 153         throw new HeadlessException();
 154     }
 155 
 156     public MenuPeer createMenu(Menu target)
 157         throws HeadlessException {
 158         throw new HeadlessException();
 159     }
 160 
 161     public PopupMenuPeer createPopupMenu(PopupMenu target)
 162         throws HeadlessException {
 163         throw new HeadlessException();
 164     }
 165 
 166     public MenuItemPeer createMenuItem(MenuItem target)
 167         throws HeadlessException {
 168         throw new HeadlessException();
 169     }
 170