急求高手解答,怎么在java的窗体里显示html的内容?有相关的资料吗?
html容易如下:<!DOCTYPEhtml"-//W3C//DTDXHTML1.0Strict//EN""http://www.w3.org/TR/xhtml1/DTD...
html容易如下:
<!DOCTYPE html "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Google Maps JavaScript API Example</title>
<script src="http://ditu.google.cn/maps?file=api&v=2&key=abcdefg&sensor=true_or_false"
type="text/javascript"></script>
<script type="text/javascript">
function initialize() {
if (GBrowserIsCompatible()) {
var map= new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(39.9493, 116.3975), 13);
}
}
</script>
</head>
<body onload="initialize()" onunload="GUnload()">
<div id="map_canvas" style="width: 500px; height: 300px"></div>
</body>
</html>
急求解答,最好能说明白一点,或者介绍相关的资料教程,不胜感激 展开
<!DOCTYPE html "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Google Maps JavaScript API Example</title>
<script src="http://ditu.google.cn/maps?file=api&v=2&key=abcdefg&sensor=true_or_false"
type="text/javascript"></script>
<script type="text/javascript">
function initialize() {
if (GBrowserIsCompatible()) {
var map= new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(39.9493, 116.3975), 13);
}
}
</script>
</head>
<body onload="initialize()" onunload="GUnload()">
<div id="map_canvas" style="width: 500px; height: 300px"></div>
</body>
</html>
急求解答,最好能说明白一点,或者介绍相关的资料教程,不胜感激 展开
5个回答
展开全部
你用Eclipse?像dreamweaver预览吗?
把你打开的HTML页面关闭,按如下操作:
Window→preferences→General→Editors→File Associations
在上面【File types:】列表框中选中【*.html】
在下面【Associated editors:】列表框中选中MyEclipse Visual HTML Designer (locked by 'HTML' content type)
再点击【Default】点了之后你会看到刚选中的选项中间多一个“(default)”,如下:
MyEclipse Visual HTML Designer (default) (locked by 'HTML' content type)
最后单击【OK】保存
希望你满意,这两天你是第三个问这个问题的
把你打开的HTML页面关闭,按如下操作:
Window→preferences→General→Editors→File Associations
在上面【File types:】列表框中选中【*.html】
在下面【Associated editors:】列表框中选中MyEclipse Visual HTML Designer (locked by 'HTML' content type)
再点击【Default】点了之后你会看到刚选中的选项中间多一个“(default)”,如下:
MyEclipse Visual HTML Designer (default) (locked by 'HTML' content type)
最后单击【OK】保存
希望你满意,这两天你是第三个问这个问题的
展开全部
Swing 对 html 显示很差。 能相对显示html的 控件是 JEditorPanel
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你上贴吧里看看吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2012-07-07
展开全部
是java swing吗?
设置swing 组建的text值时 <html> 这里看以设置字体。颜色。换行、列表等等 </html>,就会按照html的样式显示出来
设置swing 组建的text值时 <html> 这里看以设置字体。颜色。换行、列表等等 </html>,就会按照html的样式显示出来
追问
麻烦你花点时间做一个小例子给我吧,我看一次就能明白了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |