:- package(gui). %class__to_string(A,B) :- % frame_create(A,B,C). % checkbox_addItemListener(A,B). % component_addMouseListener(A,B). % canvas_create(A,B,C,D). % canvas_startTicker(A,B). % canvas_stopTicker(A). % mouseEvent_getX(A,B). % mouseEvent_getY(A,B). % button_addActionListener(A,B). % button_getActionCommand(A,B). % button_setActionCommand(A,B). applet__get_code_base(A,B) :- applet_getCodeBase(A,B). applet__get_document_base(A,B) :- applet_getDocumentBase(A,B). applet__get_image(A,B,C,D) :- applet_getImage(A,B,C,D). border_layout__create(A) :- borderLayout_create(A). border_layout__create(A,B,C) :- borderLayout_create(A,B,C). button__create(A,B) :- button_create(A,B). button__get_label(A,B) :- button_getLabel(A,B). button__set_label(A,B) :- button_setLabel(A,B). canvas__create(A) :- canvas_create(A). card_layout__create(A) :- cardLayout_create(A). card_layout__create(A,B,C) :- cardLayout_create(A,B,C). card_layout__show(A,B,C) :- cardLayout_show(A,B,C). checkbox__create(A,B) :- checkbox_create(A,B). checkbox__create(A,B,C,D) :- checkbox_create(A,B,C,D). checkbox__get_label(A,B) :- checkbox_getLabel(A,B). checkbox__get_state(A) :- checkbox_getState(A). checkbox__set_label(A,B) :- checkbox_setLabel(A,B). checkbox__set_state(A,B) :- checkbox_setState(A,B). checkbox_group__create(A) :- checkboxGroup_create(A). checkbox_group__get_current(A,B) :- checkboxGroup_getCurrent(A,B). checkbox_group__set_current(A,B) :- checkboxGroup_setCurrent(A,B). checkbox_menu_item__create(A,B) :- checkboxMenuItem_create(A,B). checkbox_menu_item__get_state(A) :- checkboxMenuItem_getState(A). checkbox_menu_item__set_state(A,B) :- checkboxMenuItem_setState(A,B). choice__add_item(A,B) :- choice_addItem(A,B). choice__create(A) :- choice_create(A). choice__get_item(A,B) :- choice_getItem(A,B). choice__item_count(A,B) :- choice_itemCount(A,B). choice__select_item(A,B) :- choice_selectItem(A,B). choice__selected_item(A,B) :- choice_selectedItem(A,B). class__get_name(A,B) :- class_getName(A,B). color__create(A,B,C,D) :- color_create(A,B,C,D). color__get(A,B) :- color_getColor(A,B). component__enable(A,B) :- component_enable(A,B). component__get_background(A,B) :- component_getBackground(A,B). component__get_font(A,B) :- component_getFont(A,B). component__get_font_metrics(A,B,C) :- component_getFontMetrics(A,B,C). component__get_foreground(A,B) :- component_getForeground(A,B). component__get_parent(A,B) :- component_getParent(A,B). component__move(A,B,C) :- component_move(A,B,C). component__next_focus(A) :- component_nextFocus(A). component__resize(A,B,C) :- component_resize(A,B,C). component__show(A,B) :- component_show(A,B). component__set_background(A,B) :- component_setBackground(A,B). component__set_font(A,B) :- component_setFont(A,B). component__set_foreground(A,B) :- component_setForeground(A,B). container__add(A,B) :- container_add(A,B). container__add(A,B,C) :- container_add(A,B,C). container__count_components(A,B) :- container_countComponents(A,B). container__get_component(A,B,C) :- container_getComponent(A,B,C). container__set_layout(A,B) :- container_setLayout(A,B). flow_layout__create(A) :- flowLayout_create(A). flow_layout__create(A,B) :- flowLayout_create(A,B). flow_layout__create(A,B,C,D) :- flowLayout_create(A,B,C,D). font__create(A,B,C,D) :- font_create(A,B,C,D). font__get(A,B) :- font_getFont(A,B). font__get(A,B,C) :- font_getFont(A,B,C). font__get_family(A,B) :- font_getFamily(A,B). font__get_name(A,B) :- font_getName(A,B). font__get_size(A,B) :- font_getSize(A,B). frame__create(A) :- frame_create(A). frame__dispose(A) :- frame_dispose(A). frame__pack(A) :- frame_pack(A). frame__set_menubar(A,B) :- frame_setMenubar(A,B). frame__set_title(A,B) :- frame_setTitle(A,B). graphics__draw_arc(A,B,C,D,E,F,G) :- graphics_drawArc(A,B,C,D,E,F,G). graphics__draw_image(A,B,C,D,E) :- graphics_drawImage(A,B,C,D,E). graphics__draw_line(A,B,C,D,E) :- graphics_drawLine(A,B,C,D,E). graphics__draw_oval(A,B,C,D,E) :- graphics_drawOval(A,B,C,D,E). graphics__draw_rect(A,B,C,D,E) :- graphics_drawRect(A,B,C,D,E). graphics__draw_string(A,B,C,D) :- graphics_drawString(A,B,C,D). graphics__fill_arc(A,B,C,D,E,F,G) :- graphics_fillArc(A,B,C,D,E,F,G). graphics__fill_oval(A,B,C,D,E) :- graphics_fillOval(A,B,C,D,E). graphics__fill_rect(A,B,C,D,E) :- graphics_fillRect(A,B,C,D,E). graphics__set_color(A,B) :- graphics_setColor(A,B). graphics__set_font(A,B) :- graphics_setFont(A,B). gridbag_constraints__create(A) :- gridBagConstraints_create(A). gridbag_constraints__set_anchor(A,B) :- gridBagConstraints_setAnchor(A,B). gridbag_constraints__set_fill(A,B) :- gridBagConstraints_setFill(A,B). gridbag_constraints__set_height(A,B) :- gridBagConstraints_setHeight(A,B). gridbag_constraints__set_padx(A,B) :- gridBagConstraints_setPadx(A,B). gridbag_constraints__set_pady(A,B) :- gridBagConstraints_setPady(A,B). gridbag_constraints__set_weightx(A,B) :- gridBagConstraints_setWeightx(A,B). gridbag_constraints__set_weighty(A,B) :- gridBagConstraints_setWeighty(A,B). gridbag_constraints__set_width(A,B) :- gridBagConstraints_setWidth(A,B). gridbag_constraints__set_x(A,B) :- gridBagConstraints_setX(A,B). gridbag_constraints__set_y(A,B) :- gridBagConstraints_setY(A,B). gridbag_layout__create(A) :- gridBagLayout_create(A). gridbag_layout__set_constraints(A,B,C) :- gridBagLayout_setConstraints(A,B,C). grid_layout__create(A,B,C) :- gridLayout_create(A,B,C). grid_layout__create(A,B,C,D,E) :- gridLayout_create(A,B,C,D,E). label__create(A,B) :- label_create(A,B). label__create(A,B,C) :- label_create(A,B,C). label__get_text(A,B) :- label_getText(A,B). label__set_alignment(A,B) :- label_setAlignment(A,B). label__set_text(A,B) :- label_setText(A,B). list__add_item(A,B) :- list_addItem(A,B). list__add_item(A,B,C) :- list_addItem(A,B,C). list__clear(A) :- list_clear(A). list__count_items(A,B) :- list_countItems(A,B). list__create(A) :- list_create(A). list__create(A,B,C) :- list_create(A,B,C). list__del_item(A,B) :- list_delItem(A,B). list__del_items(A,B,C) :- list_delItems(A,B,C). list__deselect(A,B) :- list_deselect(A,B). list__get_item(A,B,C) :- list_getItem(A,B,C). list__get_rows(A,B) :- list_getRows(A,B). list__is_selected(A,B) :- list_isSelected(A,B). list__make_visible(A,B) :- list_makeVisible(A,B). list__replace_item(A,B,C) :- list_replaceItem(A,B,C). list__select(A,B) :- list_select(A,B). list__selected_item(A,B) :- list_selectedItem(A,B). list__selected_items(A,B) :- list_selectedItems(A,B). media_tracker__add_image(A,B,C) :- mediaTracker_addImage(A,B,C). media_tracker__create(A,B) :- mediaTracker_create(A,B). media_tracker__wait_for_all(A) :- mediaTracker_waitForAll(A). menu__add(A,B) :- menuBar_add(A,B). menu__add_separator(A) :- menu_addSeparator(A). menu__create(A,B) :- menu_create(A,B). menu_component__get_font(A,B) :- menuComponent_getFont(A,B). menu_component__get_parent(A,B) :- menuComponent_getParent(A,B). menu_component__set_font(A,B) :- menuComponent_setFont(A,B). menu_item__create(A,B) :- menuItem_create(A,B). menu_item__set_label(A,B) :- menuItem_setLabel(A,B). menubar__add(A,B) :- menu_add(A,B). menubar__create(A) :- menuBar_create(A). menubar__set_help_menu(A,B) :- menuBar_setHelpMenu(A,B). object__get_class(A,B) :- object_getClass(A,B). object__to_string(A,B) :- object_toString(A,B). panel__create(A) :- panel_create(A). text_area__append_text(A,B) :- textArea_appendText(A,B). text_area__create(A) :- textArea_create(A). text_area__create(A,B,C) :- textArea_create(A,B,C). text_area__get_columns(A,B) :- textArea_getColumns(A,B). text_area__get_output_stream(A,B) :- textArea_getOutputStream(A,B). text_area__get_rows(A,B) :- textArea_getRows(A,B). text_area__insert_text(A,B,C) :- textArea_insertText(A,B,C). text_area__replace_text(A,B,C,D) :- textArea_replaceText(A,B,C,D). text_component__get_selected_text(A,B) :- textComponent_getSelectedText(A,B). text_component__get_selection_end(A,B) :- textComponent_getSelectionEnd(A,B). text_component__get_selection_start(A,B) :- textComponent_getSelectionStart(A,B). text_component__get_text(A,B) :- textComponent_getText(A,B). text_component__is_editable(A) :- textComponent_isEditable(A). text_component__select(A,B,C) :- textComponent_select(A,B,C). text_component__select_all(A) :- textComponent_selectAll(A). text_component__set_editable(A,B) :- textComponent_setEditable(A,B). text_component__set_text(A,B) :- textComponent_setText(A,B). text_field__create(A) :- textField_create(A). text_field__create(A,B) :- textField_create(A,B). text_field__get_columns(A,B) :- textField_getColumns(A,B). text_field__get_input_stream(A,B) :- textField_getInputStream(A,B). text_field__set_echo_char(A,B) :- textField_setEchoCharacter(A,B). url__to_external_form(A,B) :- url_toExternalForm(A,B).