freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

計算機外文翻譯--菜單和工具欄(已修改)

2025-05-31 17:20 本頁面
 

【正文】 中文 1972 字 畢業(yè)設計(論文)文獻翻譯 題 目 學生姓名 學 號 專業(yè)名稱 計算機科學與技術 年 級 2020 級 指導教師 職 稱 講 師 所 在 系(院) 計算機科學與技術 2020 年 3 月 1 日 1 Menus and Toolbars Excerpted from Java Swing(2Nd Edition)(O39。Reilly)by Marc Loy,Robert Eckstein etc. The JMenuBar Class Swing39。sJMenuBar class supersedes the AWTMenuBar class. This class creates a horizontal menu bar ponent with zero or more menus attached to it. JMenuBar uses theDefaultSingleSelectionModel as its data model because the user can raise, or activate , only one of its menus at a given time. Once the mouse pointer leaves that menu, the class removes the menu from the screen (or cancels it, in Swing lingo), and all menus again bee eligible to be raised Figure 144 shows the class hierarchy for the JMenuBar ponent. Figure 144. JMenuBar class diagram You can add JMenu objects to the menu bar with theadd( ) method of theJMenuBar class. JMenuBar then assigns an integer index based on the order in which the menus were added. The menu bar displays the menus from left to right on the bar according to their assigned index. In theory, there is one exception: the help menu. You are supposed to be allowed to mark one menu as the help menu。 the location of the help menu is up to the Lamp。F. In practice, trying to do this results in JMenuBar throwing an Error. Menu Bar Placement You can attach menu bars to Swing frames or applets in one of two ways. First, 2 you can use thesetJMenuBar( ) method of JFrame, JDialog, JApplet, or JInternalFrame: JFrame frame = new JFrame(Menu)。 JMenuBar menuBar = new JMenuBar( )。 // Attach the menu bar to the frame. (menuBar)。 The setJMenuBar( ) method is analogous to thesetMenuBar( ) method . Like its predecessor, setJMenuBar( ) allows the Lamp。F to determine the location of the menu (typically, it anchors the menu bar to the top of a frame, adjusting the frame39。s internal Insets accordingly). Both JApplet and JDi
點擊復制文檔內容
畢業(yè)設計相關推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號-1