Android Open Source - ValentinesDayHearts Desktop Starter






From Project

Back to project page ValentinesDayHearts.

License

The source code is released under:

Apache License

If you think the Android project ValentinesDayHearts listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.app;

import com.badlogic.gdx.backends.jogl.JoglApplication;

public class DesktopStarter {
  public static void main(String[] args) {
    new JoglApplication(new ValentinesDayHearts(),
        "Valentine's Day Hearts", 800, 480, false);
  }
}




Java Source Code List

com.app.ColorUtils.java
com.app.DesktopStarter.java
com.app.FixtureAtlas.java
com.app.Heart.java
com.app.PosAndAngle.java
com.app.ValentinesDayHeartsActivity.java
com.app.ValentinesDayHearts.java