A graphical bar With buttons that perform. some of the most common commands.A.Title barB.Tool barC.Status barD.Scroll bar
A graphical bar With buttons that perform. some of the most common commands.
A.Title bar
B.Tool bar
C.Status bar
D.Scroll bar
相关考题:
从供选择的答案中选出应填入英语文句中()的正确的答案。PCs originated as stand-alone (A), however, in recent years many have been (B) to Local Area Networks (LANs). In a LAN, the data and usually the user application reside on the File Server, a PC running a special Network Operating System (NOS) such as Novell's NetWare or Microsoft's LAN Manager. The File Server manages the LAN users' shared access to data on its hard (C) and frequently provides access to other shared resources, such as printers. While a LAN enables users of PC-based databases to share (D) data files, it doesn't significantly change how the DBMS works; all the actual data (E) is still performed on the PC running the database application.A~E: ① calculating ② common ③ connected ④ disks⑤ displayed ⑥ systems ⑦ primers ⑧ processing⑨ some ⑩ workstations
Everypageofyourwebsitemustincludeacommonsetofnavigationmenusatthetopofthepage.ThismenuisstaticHTMLandchangesfrequently,soyouhavedecidedtouseJSP’sstaticimportmechanism.WhichJSPcodesnippetaccomplishesthisgoal?()A.%@importfile=’/common/menu.html’%B.%@pageimport=’/common/menu.html’%C.%@importpage=’/common/menu.html’%D.%@includefile=’/common/menu.html’%E.%@pageinclude=’/common/menu.html’%
Whichcodedeterminestheintvaluefooclosesttoadoublevaluebar?() A.Intfoo=(int)Math.max(bar);B.Intfoo=(int)Math.min(bar);C.Intfoo=(int)Math.abs(bar);D.Intfoo=(int)Math.ceil(bar);E.Intfoo=(int)Math.floor(bar);F.Intfoo=(int)Math.round(bar);
汉译英:“商品;规格”,正确的翻译为( )。A. commodity ; supplement B. common ; specificationC. commodity; specification D. common; supplement
【单选题】JFrame对象(窗框)添加菜单条对象bar ,用那个方法?A.add(bar)B.setJMenuBar(bar);C.setBar(bar);D.addJMenuBar(bar);