blob: 719e65e47e8272019bb51f2512dd555c59080ef5 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
-->
<html>
<head>
<title>NetBeans IDEでのモバイル・ゲームの作成</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<link rel="stylesheet" type="text/css" href="../../../netbeans.css">
<meta name="description" content="This screencast demonstrates the NetBeans IDE Mobile Game Builder tool">
</head>
<body>
<h1>NetBeans IDEでのモバイル・ゲームの作成</h1>
<table>
<tr>
<td class="valign-top">
<p>
このスクリーンキャストでは、NetBeansのモバイル・ゲーム・ビルダーを使用してJava MEのゲームを作成する方法を示します。また、ゲーム・デザイナを使用して、スプライトやタイル・レイヤーなど、ゲームのビジュアル・コンポーネントを作成する方法について説明しています。このデモは、JavaOneでのLukas Hasikのハンズオン・ラボに基づいています。</p>
<P>作成者: Lukas Hasik<br>時間: 10:21 </p>
<p><a href="https://netbeans.org/project_downloads/usersguide/6400_MobileGame_labdoc.pdf">独自のモバイル・ゲームの作成: ハンズオン・ラボ6400 (PDF)</a></p>
<p><a href="https://netbeans.org/projects/usersguide/downloads/directory/6400_mobilegame">モバイル・ゲーム・プロジェクトのzip</a></p>
<p><a href="http://wiki.netbeans.org/CreatingJavaMEGamesWithGameBuilder">NetBeansモバイル・ゲーム・ビルダー・ガイド</a></p>
<p><div class="feedback-box"><a href="/about/contact_form.html?to=6&amp;subject=Feedback: Screencast - Creating Mobile Games">ご意見をお寄せください</a></div>
</p>
</td>
<td width="425" class="valign-top" class="align-center">
<div id="videoPlayer"></div>
<script type="text/javascript" src="http://www.netbeans.tv/js/swfobject.js"></script>
<script type="text/javascript">
<!--
var so = new SWFObject("http://www.netbeans.tv/images/playerWidget.swf" , "pv", "410", "331", "8", "#666666");
so.addParam("quality", "high");
so.addParam("allowScriptAccess", "sameDomain");
so.addParam("allowFullScreen", "true");
so.addVariable("autoPlay", "false");
so.addVariable("urlFileIdList", "6794");
so.addVariable("show_title", "true");
so.addVariable("PLAY_CALLBACK","emphasize");
so.addVariable("resizeLimitMax","true");
so.addVariable("lang", "en");
so.addVariable("flash_play","true");
so.addVariable("author_name","NetBeans.tv");
so.addVariable("configUrl","http://sun.ora.ma/config.sun.ora.ma.xml");
so.write("videoPlayer");
// -->
</script>
</td>
</tr>
</table>
</body>
</html>