com.rathravane.drumlin.app.userAgents.devices.ios.iPhone3 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of drumlin Show documentation
Show all versions of drumlin Show documentation
A simple Java webapp framework with POJO path routing, Velocity templates, and basic
app functionality such as HTML form validation.
package com.rathravane.drumlin.app.userAgents.devices.ios;
import com.rathravane.drumlin.app.userAgents.devices.screenInfo;
public class iPhone3 extends iPhone
{
public iPhone3 ()
{
super ( new screenInfo ( 320, 480, 163 ) );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy