%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
MOCCA Appletpage
<%
int width = session.getAttribute("appletWidth") == null
? 190
: (Integer) session.getAttribute("appletWidth");
int height = session.getAttribute("appletHeight") == null
? 130
: (Integer) session.getAttribute("appletHeight");
String backgroundImg = (String) session
.getAttribute("appletBackground");
%>