Home
last modified time | relevance | path

Searched refs:textfield1 (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DTextFieldDemo.java427 compound1.textfield1.setEnabled(enabled); in actionPerformed()
441 compound2.textfield1.setEnabled(enabled); in actionPerformed()
455 compound3.textfield1.setEnabled(enabled); in actionPerformed()
469 compound4.textfield1.setEnabled(enabled); in actionPerformed()
483 compound5.textfield1.setEnabled(enabled); in actionPerformed()
497 compound6.textfield1.setEnabled(enabled); in actionPerformed()
559 JTextField textfield1;
576 textfield1 = new JTextField(title);
577 textfield1.setHorizontalAlignment(align);
578 textfield1.setFont(fonts[0]);
[all …]
H A DMiniDemo.java159 final JTextField textfield1 = new JTextField("Hello World!"); in createGUI() local
160 textfield1.setHorizontalAlignment(JTextField.LEFT); in createGUI()
161 textfield1.setFont(new Font("Dialog", Font.PLAIN, 8)); in createGUI()
162 textFieldPanel1.add(textfield1); in createGUI()
183 textfield1.setEnabled(enabled); in createGUI()
197 textfield1.setEditable(editable); in createGUI()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DTextFieldDemo.java427 compound1.textfield1.setEnabled(enabled); in actionPerformed()
441 compound2.textfield1.setEnabled(enabled); in actionPerformed()
455 compound3.textfield1.setEnabled(enabled); in actionPerformed()
469 compound4.textfield1.setEnabled(enabled); in actionPerformed()
483 compound5.textfield1.setEnabled(enabled); in actionPerformed()
497 compound6.textfield1.setEnabled(enabled); in actionPerformed()
559 JTextField textfield1;
576 textfield1 = new JTextField(title);
577 textfield1.setHorizontalAlignment(align);
578 textfield1.setFont(fonts[0]);
[all …]
H A DMiniDemo.java159 final JTextField textfield1 = new JTextField("Hello World!"); in createGUI() local
160 textfield1.setHorizontalAlignment(JTextField.LEFT); in createGUI()
161 textfield1.setFont(new Font("Dialog", Font.PLAIN, 8)); in createGUI()
162 textFieldPanel1.add(textfield1); in createGUI()
183 textfield1.setEnabled(enabled); in createGUI()
197 textfield1.setEditable(editable); in createGUI()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DTextFieldDemo.java427 compound1.textfield1.setEnabled(enabled); in actionPerformed()
441 compound2.textfield1.setEnabled(enabled); in actionPerformed()
455 compound3.textfield1.setEnabled(enabled); in actionPerformed()
469 compound4.textfield1.setEnabled(enabled); in actionPerformed()
483 compound5.textfield1.setEnabled(enabled); in actionPerformed()
497 compound6.textfield1.setEnabled(enabled); in actionPerformed()
559 JTextField textfield1;
576 textfield1 = new JTextField(title);
577 textfield1.setHorizontalAlignment(align);
578 textfield1.setFont(fonts[0]);
[all …]
H A DMiniDemo.java159 final JTextField textfield1 = new JTextField("Hello World!"); in createGUI() local
160 textfield1.setHorizontalAlignment(JTextField.LEFT); in createGUI()
161 textfield1.setFont(new Font("Dialog", Font.PLAIN, 8)); in createGUI()
162 textFieldPanel1.add(textfield1); in createGUI()
183 textfield1.setEnabled(enabled); in createGUI()
197 textfield1.setEditable(editable); in createGUI()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DTextFieldDemo.java427 compound1.textfield1.setEnabled(enabled); in actionPerformed()
441 compound2.textfield1.setEnabled(enabled); in actionPerformed()
455 compound3.textfield1.setEnabled(enabled); in actionPerformed()
469 compound4.textfield1.setEnabled(enabled); in actionPerformed()
483 compound5.textfield1.setEnabled(enabled); in actionPerformed()
497 compound6.textfield1.setEnabled(enabled); in actionPerformed()
559 JTextField textfield1;
576 textfield1 = new JTextField(title);
577 textfield1.setHorizontalAlignment(align);
578 textfield1.setFont(fonts[0]);
[all …]
H A DMiniDemo.java159 final JTextField textfield1 = new JTextField("Hello World!"); in createGUI() local
160 textfield1.setHorizontalAlignment(JTextField.LEFT); in createGUI()
161 textfield1.setFont(new Font("Dialog", Font.PLAIN, 8)); in createGUI()
162 textFieldPanel1.add(textfield1); in createGUI()
183 textfield1.setEnabled(enabled); in createGUI()
197 textfield1.setEditable(editable); in createGUI()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DTextFieldDemo.java427 compound1.textfield1.setEnabled(enabled); in actionPerformed()
441 compound2.textfield1.setEnabled(enabled); in actionPerformed()
455 compound3.textfield1.setEnabled(enabled); in actionPerformed()
469 compound4.textfield1.setEnabled(enabled); in actionPerformed()
483 compound5.textfield1.setEnabled(enabled); in actionPerformed()
497 compound6.textfield1.setEnabled(enabled); in actionPerformed()
559 JTextField textfield1;
576 textfield1 = new JTextField(title);
577 textfield1.setHorizontalAlignment(align);
578 textfield1.setFont(fonts[0]);
[all …]
H A DMiniDemo.java159 final JTextField textfield1 = new JTextField("Hello World!"); in createGUI() local
160 textfield1.setHorizontalAlignment(JTextField.LEFT); in createGUI()
161 textfield1.setFont(new Font("Dialog", Font.PLAIN, 8)); in createGUI()
162 textFieldPanel1.add(textfield1); in createGUI()
183 textfield1.setEnabled(enabled); in createGUI()
197 textfield1.setEditable(editable); in createGUI()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/
H A Dnative_widget_aura_interactive_uitest.cc63 Textfield* textfield1 = new Textfield; in TEST_F() local
64 widget1->GetRootView()->AddChildView(textfield1); in TEST_F()
81 textfield1->RequestFocus(); in TEST_F()
82 EXPECT_TRUE(textfield1->HasFocus()); in TEST_F()
89 EXPECT_TRUE(textfield1->HasFocus()); in TEST_F()
101 EXPECT_FALSE(textfield1->HasFocus()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/
H A Dnative_widget_aura_interactive_uitest.cc64 Textfield* textfield1 = new Textfield; in TEST_F() local
65 widget1->GetRootView()->AddChildView(textfield1); in TEST_F()
82 textfield1->RequestFocus(); in TEST_F()
83 EXPECT_TRUE(textfield1->HasFocus()); in TEST_F()
90 EXPECT_TRUE(textfield1->HasFocus()); in TEST_F()
102 EXPECT_FALSE(textfield1->HasFocus()); in TEST_F()
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/unsupported/xmforc/
H A Dxmforc.c234 textfield1, textfield2, textfield3, textfield4, in CreateForms() local
494 XtManageChild (textfield1); in CreateForms()
501 XtSetArg (args[n], XmNleftWidget, textfield1); n++; in CreateForms()
514 XtSetArg (args[n], XmNleftWidget, textfield1); n++; in CreateForms()
527 XtSetArg (args[n], XmNleftWidget, textfield1); n++; in CreateForms()
537 XtSetArg_HorAlignWith(textfield1); in CreateForms()
539 XtSetArg (args[n], XmNrightWidget, textfield1); n++; in CreateForms()
1130 XtManageChild (textfield1); in CreateResDialog()
1134 XtSetArg (args[n], XmNleftWidget, textfield1); n++; in CreateResDialog()
1136 XtSetArg (args[n], XmNtopWidget, textfield1); n++; in CreateResDialog()
[all …]
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dtheme.cpp450 FXTextField *textfield1; member in ThemeGUI
627 textfield1->setBorderColor(ac->border); in SetDemoColors()
628 textfield1->setBackColor(ac->back); in SetDemoColors()
629 textfield1->setBaseColor(ac->base); in SetDemoColors()
630 textfield1->setTextColor(ac->fore); in SetDemoColors()
631 textfield1->setSelTextColor(ac->selfore); in SetDemoColors()
632 textfield1->setSelBackColor(ac->selback); in SetDemoColors()
633 textfield1->setCursorColor(ac->fore); in SetDemoColors()
634 textfield1->setShadowColor(shadow); in SetDemoColors()
635 textfield1->setHiliteColor(hilite); in SetDemoColors()
[all …]
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/cdripper/
H A DRipCdDialog.java360 JTextField textfield1 = getControlsBuilder().createTextField(); in getTable() local
363 textfield1.setBorder(BorderFactory.createEmptyBorder()); in getTable()
366 getControlsBuilder().applyComponentOrientation(textfield1); in getTable()
371 .setCellEditor(new DefaultCellEditor(textfield1)); in getTable()
/dports/math/reduce/Reduce-svn5758-src/csl/foxtests/
H A DControlPanel.cpp142 FXTextField *textfield1; member in FXDesktopSetup
1187 textfield1->setFont(font); in setupFont()
1373 textfield1->setBorderColor(theme_current.border); in setupColors()
1374 textfield1->setBackColor(theme_current.back); in setupColors()
1375 textfield1->setBaseColor(theme_current.base); in setupColors()
1376 textfield1->setTextColor(theme_current.fore); in setupColors()
1377 textfield1->setSelTextColor(theme_current.selfore); in setupColors()
1378 textfield1->setSelBackColor(theme_current.selback); in setupColors()
1379 textfield1->setCursorColor(theme_current.fore); in setupColors()
1380 textfield1->setShadowColor(shadow); in setupColors()
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/tests/
H A DControlPanel.cpp142 FXTextField *textfield1; member in FXDesktopSetup
1187 textfield1->setFont(font); in setupFont()
1373 textfield1->setBorderColor(theme_current.border); in setupColors()
1374 textfield1->setBackColor(theme_current.back); in setupColors()
1375 textfield1->setBaseColor(theme_current.base); in setupColors()
1376 textfield1->setTextColor(theme_current.fore); in setupColors()
1377 textfield1->setSelTextColor(theme_current.selfore); in setupColors()
1378 textfield1->setSelBackColor(theme_current.selback); in setupColors()
1379 textfield1->setCursorColor(theme_current.fore); in setupColors()
1380 textfield1->setShadowColor(shadow); in setupColors()
[all …]
H A Dgroupbox.cpp410 …FXTextField* textfield1=new FXTextField(group3,20,NULL,0,JUSTIFY_RIGHT|FRAME_SUNKEN|FRAME_THICK|LA… in GroupWindow() local
411 textfield1->setText("Reverse Text Field"); in GroupWindow()
/dports/x11-toolkits/fox17/fox-1.7.77/controlpanel/
H A DControlPanel.cpp240 textfield1->setText(tr("Select this text, to see the selected colors")); in FXIMPLEMENT()
883 textfield1->setFont(font); in setupFont()
1098 textfield1->setBorderColor(theme_current.border); in setupColors()
1099 textfield1->setBackColor(theme_current.back); in setupColors()
1100 textfield1->setBaseColor(theme_current.base); in setupColors()
1101 textfield1->setTextColor(theme_current.fore); in setupColors()
1102 textfield1->setSelTextColor(theme_current.selfore); in setupColors()
1103 textfield1->setSelBackColor(theme_current.selback); in setupColors()
1104 textfield1->setCursorColor(theme_current.fore); in setupColors()
1105 textfield1->setShadowColor(shadow); in setupColors()
[all …]
H A DControlPanel.h98 FXTextField *textfield1; variable
/dports/x11-toolkits/fox14/fox-1.4.35/tests/
H A DControlPanel.cpp144 FXTextField *textfield1; member in FXDesktopSetup
1346 textfield1->setFont(font); in setupFont()
1565 textfield1->setBorderColor(border); in setupColors()
1566 textfield1->setBackColor(back); in setupColors()
1567 textfield1->setBaseColor(base); in setupColors()
1568 textfield1->setTextColor(fore); in setupColors()
1569 textfield1->setSelTextColor(selfore); in setupColors()
1570 textfield1->setSelBackColor(selback); in setupColors()
1571 textfield1->setCursorColor(fore); in setupColors()
1572 textfield1->setShadowColor(shadow); in setupColors()
[all …]
/dports/games/spider/spider/
H A Dxv_stubs.c230 filename = (char *) xv_get(ip->textfield1, PANEL_VALUE);
252 filename = (char *) xv_get(ip->textfield1, PANEL_VALUE);
360 fname = (char *) xv_get(ip->textfield1, PANEL_VALUE);
572 if ((val = (char *)xv_get(spider_window1->textfield1, PANEL_VALUE)) == NULL || strlen(val) == 0) { in get_name_field()
715 xv_set(ip->textfield1, PANEL_VALUE_DISPLAY_LENGTH, i, 0);
H A Dxv_ui.h91 Xv_opaque textfield1; member
H A Dxv_ui.c210 ip->textfield1 = spider_textfield_create(ip, ip->controls1, "Name:");
211 xv_set(ip->textfield1, XV_HELP_DATA, "spider:Name.textfield", 0);
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/actionscript.all/
H A DTextFieldHTML.as28 _root.createTextField("textfield1", 1, 10, 10, 100, 100);
29 tf = _root.textfield1;

12