代码搜索:Modal
找到约 844 项符合「Modal」的源代码
代码结果 844
www.eeworm.com/read/472524/1409391
java listdialog.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
/**
* Use this modal dialog to let the user choose one string from a long
* list. See the main method for an example of using List
www.eeworm.com/read/462865/1542035
cpp modaldoc.cpp
// ModalDoc.cpp : implementation of the CModalDoc class
//
#include "stdafx.h"
#include "Modal.h"
#include "ModalDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/459034/1574838
java guidialog.java
package jmathlib.ui.awt;
import java.awt.*;
import java.awt.event.*;
/**Simple dialog extension that creates a new non-modal and centered dialog.*/
public class GUIDialog extends Dialog implem
www.eeworm.com/read/248077/4470979
m ex4_14.m
% EX4_14.M Compute the modal matrix and exp(A) for
% the matrix A=[4 1;3 2] as in Example 4.14
%
A=[4 1;3 2] % Define the matrix
[M D]=eig(A) % M contains eigenvectors
Minv=inv(M);
www.eeworm.com/read/174538/5360558
java listdialog.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
/**
* Use this modal dialog to let the user choose one string from a long
* list. See the main method for an example of using List
www.eeworm.com/read/313796/3641348
java windowhandler.java
package org.uispec4j.interception;
import org.uispec4j.Trigger;
import org.uispec4j.Window;
/**
* Interface used for defining modal dialog handlers.
*
* @see WindowInterceptor
* @see
www.eeworm.com/read/287209/4025258
java listdialog.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
/**
* Use this modal dialog to let the user choose one string from a long
* list. See the main method for an example of using List
www.eeworm.com/read/381758/2640626
java listdialog.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
/**
* Use this modal dialog to let the user choose one string from a long
* list. See the main method for an example of using List
www.eeworm.com/read/359048/2980303
java listdialog.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
/**
* Use this modal dialog to let the user choose one string from a long
* list. See the main method for an example of using List
www.eeworm.com/read/471374/6891131
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "modal_dialog_base.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st