代码搜索:MainFrame
找到约 10,000 项符合「MainFrame」的源代码
代码结果 10,000
www.eeworm.com/read/141272/13026240
tcl demo.tcl
#!/bin/sh
# The next line is executed by /bin/sh, but not tcl \
exec wish "$0" ${1+"$@"}
namespace eval Demo {
variable _wfont
variable notebook
variable mainframe
variable status
www.eeworm.com/read/141272/13026252
tcl manager.tcl
namespace eval DemoManager {
variable _progress 0
variable _afterid ""
variable _status "Compute in progress..."
variable _homogeneous 0
}
proc DemoManager::create { nb } {
se
www.eeworm.com/read/141272/13026437
tcl init.tcl
if { $tcl_platform(platform) == "windows" } {
option add *Listbox.background SystemWindow widgetDefault
option add *ListBox.background SystemWindow widgetDefault
option add *But
www.eeworm.com/read/328362/13032073
java userlogin.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.sql.*;
public class UserLogin extends JFrame implements ActionListener
{
DataBaseManager db=new DataBaseManager();
www.eeworm.com/read/328362/13032179
bak userlogin.java.bak
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.sql.*;
public class UserLogin extends JFrame implements ActionListener
{
DataBaseManager db=new DataBaseManager();
www.eeworm.com/read/327990/13052916
java student.java
import javax.swing.UIManager;
import java.awt.*;
public class Student {
boolean packFrame = false;
public Student() {
MainFrame frame = new MainFrame();
if (packFrame) {
frame.p