kylejablonski / Giphy-Sample

Sample Java app using Swing and the simple-giphy-java library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Giphy-Sample

Sample Java app using Swing and the simple-giphy-java library

###Description This app uses Swing and the simple-giphy-java library to display a random giphy. This was built in a short amount of time so if there are any noticable bugs, please let me know. Most likely this app, won't get updated too often, since it is meant to just be a sample of how to import the simple-giphy-java library and use it in a Java Application.

Note: This app has no test cases so I expect it may be a bit buggy.

###Features

  • Random Giphy at the polling interval
  • Change tag
  • Change Rating
  • Change Polling interval
  • Start app, Stop app and Skip to next Giphy

###Visual Demo Demo Screenshot

###Running the sample

  1. Download the source code
  2. Import into Eclipse as a maven project
  3. Build and Run the app
Copyright 2016 Kyle Jablonski

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Sample Java app using Swing and the simple-giphy-java library

License:Apache License 2.0


Languages

Language:Java 100.0%