网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

Window是显示屏上独立的本机窗口,它独立于其他容器,Window的两种形式是( )。

A.Panel和Frame

B.LayoutManager和Container

C.Frame和Dialog

D.Container和Component


参考答案

更多 “ Window是显示屏上独立的本机窗口,它独立于其他容器,Window的两种形式是( )。A.Panel和FrameB.LayoutManager和ContainerC.Frame和DialogD.Container和Component ” 相关考题
考题 在JavaScript中,使用open( )方法实现弹出窗口时,能够控制窗口大小无法调节的选项是( ) A.window.open("show.html","弹出窗口","resizable=no");B.window.open("show.html","弹出窗口","resizable=yes");C.window.open("show.html","弹出窗口","resizable=0");D.window.open("show.html","弹出窗口","resizable=1");

考题 下列表示显示窗口大小的是()。A.window.outerWidthB.window.outerheightC.window.innerWidthD.window.innerHeight

考题 下列选项中,关于Window类的说法错误的是()A.Window类是不依赖其它容器而独立存在的容器B.Window类是个容器,只能存在于其他容器中C.Dialog类是Window类的子类D.Panel是Window类的子类

考题 在HTML页面中,下面关于Window对象的说法不正确的是()。A.Window对象表示浏览器的窗口,可用于检索有关窗口状态的信息B.Window对象是浏览器所有内容的主容器C.浏览器打开HTML文档时,通常会创建一个Window对象D.如果文档定义了多个框架,浏览器只为原始文档创建一个Window对象,无须为每个框架创建Window对象

考题 4、下列表示显示整个窗口的高或宽的是()。A.window.outerWidthB.window.outerheightC.window.innerWidthD.window.innerHeight

考题 8、下列打开指定位置新窗口的代码中正确的是()。A.window.open(“window2.html”)B.window.open(“window2.html”,”new”)C.window.open(“window2.html”,”new”,”top=10”)D.window,open(“new”,”window2.html”)

考题 下列表示显示整个窗口的高或宽的是()。A.window.outerWidthB.window.outerheightC.window.innerWidthD.window.innerHeight

考题 下列打开指定位置新窗口的代码中正确的是()。A.window.open(“window2.html”)B.window.open(“window2.html”,”new”)C.window.open(“window2.html”,”new”,”top=10”)D.window,open(“new”,”window2.html”)

考题 Window是宣示屏上独立的本机窗口,它独立于其它容器,Window的两种形式是()A.Frame和DialogB.Panel和FrameC.Container和ComponentD.LayoutManager和Container