代码搜索:MainFrame
找到约 10,000 项符合「MainFrame」的源代码
代码结果 10,000
www.eeworm.com/read/245735/12782942
java mainframe.java
package com.eap;
public class MainFrame {
public static void main(String[] args){
GUI gui = new GUI();
gui.setSize(600,480);
gui.setVisible(true);
gui.setResizable(false);
}
www.eeworm.com/read/244305/12873437
java mainframe.java
/* Stream-2-Stream - Peer to peer television and radio
* October 13, 2005 - This file has been modified from the original P2P-Radio source
* Project homepage: http://s2s.sourceforge.net/
* Copyr
www.eeworm.com/read/143465/12873539
h mainframe.h
#if !defined (_MAINFRAME_H_)
#define _MAINFRAME_H_
LRESULT CALLBACK mainFrameWndProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) ;
#endif /* _MAINFRAME_H_ */
www.eeworm.com/read/143465/12873544
c mainframe.c
#include "StdSDK.h" // Standard application includes
#include "About.h" // For non-static function prototypes
#include "Initialization.h" // For non-static function prot
www.eeworm.com/read/244305/12873583
java mainframe.java
/*
* P2P-Radio - Peer to peer streaming system
* Project homepage: http://p2p-radio.sourceforge.net/
* Copyright (C) 2003-2004 Michael Kaufmann
*
* ------------
www.eeworm.com/read/143379/12880661
class mainframe.class
www.eeworm.com/read/143379/12880667
java mainframe.java
package javazip;
import java.awt.event.KeyEvent;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.awt.Event;
import java.awt.BorderLayout;
import java.awt.Di