<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
<head>
    <title>Wicket Examples - component reference</title>
</head>
<body>
    <wicket:extend>

    <h1>wicket.markup.html.panel.Panel</h1>
    <wicket:link><a href="Index.html">[back to the reference]</a></wicket:link>

    <p>
    Use panels to group markup and components.
    </p>

    <div wicket:id="panel">panel contents come here</div>
    
    <div wicket:id="explainPanel">panel contents come here</div>

</wicket:extend>
</body>
</html>