code
stringlengths
3
1.18M
language
stringclasses
1 value
package controlador; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.Dimension; import java.awt.Window; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.awt.event.WindowListener; import javax.swing.JOptionPane; import javax.swing.J...
Java
package controlador; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.awt.event.WindowListener; import java.sql.ResultSet; import java.sql.SQLException; import java.util.Vector; import javax.swing.JO...
Java
package controlador; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.Dimension; import java.awt.Window; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.awt.event.WindowListener; import javax.swing.JOptionPane; import javax.swing.J...
Java
package controlador; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JOptionPane; import javax.swing.JPanel; import modelo.ModeloCategoria; import vista.VistaCategoria; public class ControladorCategoria implements ActionListener{ private VistaCategoria vistacat...
Java
package controlador; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JOptionPane; import javax.swing.JPanel; import modelo.ModeloCliente; import vista.VistaCliente; public class ControladorCliente implements ActionListener{ private VistaCliente vistacliente; ...
Java
package controlador; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JOptionPane; import javax.swing.JPanel; import modelo.ModeloIngredientes; import vista.VistaIngrediente; public class ControladorIngredientes implements ActionListener { private VistaIngre...
Java
package controlador; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.WindowEvent; import java.awt.event.WindowListener; import javax.swing.JOptionPane; //import com.sun.media.sound.Toolkit; //import modelo.ModeloMulta; import vista.VistaCate...
Java
package vista; import java.awt.event.KeyEvent; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import java.awt.Event; import java.awt.BorderLayout; import javax.swing.KeyStroke; import javax.swing.table.DefaultTableModel; import javax.swing.table.JTableHeader; import javax.swing.tabl...
Java
package vista; import java.awt.event.KeyEvent; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import java.awt.Event; import java.awt.BorderLayout; import javax.swing.KeyStroke; import javax.swing.JPanel; import javax.swing.JMenuItem; import javax.swing.JMenuBar; import javax.swing....
Java
package vista; import java.awt.event.KeyEvent; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import java.awt.Event; import java.awt.BorderLayout; import javax.swing.KeyStroke; import javax.swing.table.DefaultTableModel; import javax.swing.table.JTableHeader; import javax.swing.tabl...
Java
package vista; import java.awt.event.KeyEvent; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import java.awt.Event; import java.awt.BorderLayout; import javax.swing.KeyStroke; import javax.swing.JPanel; import javax.swing.JMenuItem; import javax.swing.JMenuBar; import javax.swin...
Java
package vista; /* Laboratorio 1 (Lunes 1:00 p.m.) * * Integrantes: * * Mariela Carrera CI. 18683533 * * Abraham Mogollón CI. 18136645 * * Lianeth Barazarte CI. 20188630 * * Johann Morales CI 17627581 * * */ import javax.swing.JPanel; import javax.swing.JFrame; import ja...
Java
package vista; import java.awt.event.KeyEvent; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import java.awt.Event; import java.awt.BorderLayout; import javax.swing.KeyStroke; import javax.swing.table.DefaultTableModel; import javax.swing.table.JTableHeader; import javax.swing.tabl...
Java
package vista; import java.awt.event.KeyEvent; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import java.awt.Event; import java.awt.BorderLayout; import javax.swing.KeyStroke; import javax.swing.JPanel; import javax.swing.JMenuItem; import javax.swing.JMenuBar; import javax.swing....
Java
package modelo; import java.sql.ResultSet; import java.sql.SQLException; public class ModeloCategoria extends ModeloBD{ private String id; private String descripcion; public ModeloCategoria(){ super(); } public ModeloCategoria(String id, String descripcion) { super(); this.id = id;...
Java
package modelo; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; public abstract class ModeloBD { //private final String driver="com.mysql.jdbc.Driver"; private final String driver="org.postgresql.Driver"; private final...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Arbol5 here. * * @author (your name) * @version (a version number or a date) */ public class Arbol5 extends fondoImagenes { /** * Act - do whatever the Arbol5 wants to do. This ...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Arbol3 here. * * @author (your name) * @version (a version number or a date) */ public class Arbol3 extends fondoImagenes { /** * Act - do whatever the Arbol3 wants to do. This ...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) import java.awt.Color; /** * A Counter class that allows you to display a numerical value on screen. * * The Counter is an actor, so you will need to create it, and then add it to * the world in Greenfoot. If you keep a reference to ...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class MnazanaPodridra here. * * @author (your name) * @version (a version number or a date) */ public class ManzanaPodrida extends Enemigos { /** * Act - hace lo que PiñaPodrida quier...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Cohete here. * * @author (your name) * @version (a version number or a date) */ public class Cohete extends Bonus { /** * Act - do whatever the Cohete wants to do. This method i...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Escribe una descrición de la clase PiñaPodrida aquí. * * @autor (tu nombre) * @versión (Un número de versión o una fecha) */ public class PinaPodrida extends Enemigos { /** * Act - hace lo que PiñaPodrida quiere hacer...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Liana3 here. * * @author (your name) * @version (a version number or a date) */ public class Liana3 extends fondoImagenes { /** * Act - hace lo que PiñaPodrida quiere hacer. Este...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Piso here. * * @author (your name) * @version (a version number or a date) */ public class Piso extends fondoImagenes { /** * Act - hace lo que PiñaPodrida quiere hacer. Es...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Escribe una descrición de la clase imagenFondo aquí. * * @autor (tu nombre) * @versión (Un número de versión o una fecha) */ public class imagenFondo extends Actor { /** * Act - hace lo que PiñaPodrida quiere hac...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Portada here. * * @author (your name) * @version (a version number or a date) */ public class Portada extends Actor { /** * Act - do whatever the Portada wants to do. This metho...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class boton here. * * @author (your name) * @version (a version number or a date) */ public class boton extends Portada { /** * Act - do whatever the boton wants to do. This method is...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Escudo here. * * @author (your name) * @version (a version number or a date) */ public class Escudo extends Bonus { /** * Act - do whatever the Escudo wants to do. This method i...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class botonControles here. * * @author (your name) * @version (a version number or a date) */ public class botonControles extends Portada { /** * Act - do whatever the botonControles ...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Monkey here. * * @author (your name) * @version (a version number or a date) */ public class Monkey extends Actor { /** * Act - do whatever the Monkey wants to do. This method i...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Letrero here. * * @author (your name) * @version (a version number or a date) */ public class Letrero extends Actor { /** * Act - do whatever the Letrero wants to do. This metho...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class boton here. * * @author (your name) * @version (a version number or a date) */ public class botonPlay extends Portada { /** * Act - do whatever the boton wants to do. This metho...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Lliana2 here. * * @author (your name) * @version (a version number or a date) */ public class Liana2 extends fondoImagenes { /** * Act - hace lo que PiñaPodrida quiere hacer. Es...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class BananaPodrida here. * * @author (your name) * @version (a version number or a date) */ public class BananaPodrida extends Enemigos { /** * Act - hace lo que PiñaPodrida quiere h...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Liana here. * * @author (your name) * @version (a version number or a date) */ public class Liana extends fondoImagenes { /** * Act - hace lo que PiñaPodrida quiere hacer....
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Arbol1 here. * * @author (your name) * @version (a version number or a date) */ public class Arbol1 extends fondoImagenes { /** * Act - hace lo que PiñaPodrida quiere hacer. Este...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Escribe una descrición de la clase imagenFondo aquí. * * @autor (tu nombre) * @versión (Un número de versión o una fecha) */ public class fondoImagenes extends Actor { /** * Act - hace lo que imagenFondo quiere hacer....
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Bonus here. * * @author (your name) * @version (a version number or a date) */ public class Bonus extends Actor { /** * este metodo se utiliza para que el objeto se mueva el a...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class botonAyuda here. * * @author (your name) * @version (a version number or a date) */ public class botonAyuda extends Portada { /** * Act - do whatever the botonAyuda wants to do....
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) import java.awt.AlphaComposite; import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics2D; import java.awt.Rectangle; import java.awt.image.BufferedImage; import java.awt.image.DataBufferInt; import java.io.BufferedInputS...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Fondo here. * * @author (your name) * @version (a version number or a date) */ public class Fondo extends Portada { /** * Act - do whatever the Fondo wants to do. This method is...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Mango here. * * @author (your name) * @version (a version number or a date) */ public class Mango extends Bonus { /** * Act - hace lo que PiñaPodrida quiere hacer. Este método s...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Banana here. * * @author (your name) * @version (a version number or a date) */ public class Banana extends Bonus { /** * Act - hace lo que PiñaPodrida quiere hacer. Este método ...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Escribe una descrición de la clase MangoPodrido aquí. * * @autor (tu nombre) * @versión (Un número de versión o una fecha) */ public class MangoPodrido extends Enemigos { /** * Act - hace lo que PiñaPodrida quiere hac...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Arbol4 here. * * @author (your name) * @version (a version number or a date) */ public class Arbol4 extends fondoImagenes { /** * Act - do whatever the Arbol4 wants to do. This ...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Salta cuerdas y evita peligros * * @author Diana Laura Valtierra Franco, Yahir de Jesus Terrones Quiroz * @version 5.1 */ public class MonkeyWorld extends World { /** * @param int TAM_X=900; * @param...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Piña here. * * @author (your name) * @version (a version number or a date) */ public class Pina extends Bonus { /** * Act - hace lo que PiñaPodrida quiere hacer. Este método se ...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Arbol6 here. * * @author (your name) * @version (a version number or a date) */ public class Arbol6 extends fondoImagenes { /** * Act - do whatever the Arbol6 wants to do. This ...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Enemigos here. * * @author (your name) * @version (a version number or a date) */ public class Enemigos extends Actor { /** * Act - do whatever the Enemigos wants to do. This me...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Manzana here. * * @author (your name) * @version (a version number or a date) */ public class Manzana extends Bonus { /** * Act - hace lo que PiñaPodrida quiere hacer. Este méto...
Java
/** * A simple timer class that allows you to keep track of how much time * has passed between events. * * You use this class by creating a timer as a member field in your actor (or whatever): * <pre> * * private SimpleTimer timer = new SimpleTimer(); * </pre> * * Then when you want to start the timer (for...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Arbol2 here. * * @author (your name) * @version (a version number or a date) */ public class Arbol2 extends fondoImagenes { /** * Act - do whatever the Arbol2 wants to do. This ...
Java
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class MnazanaPodridra here. * * @author (your name) * @version (a version number or a date) */ public class ManazanaPodridra extends Enemigos { /** * Act - hace lo que PiñaPodrida qui...
Java
// Copyright (c) 2010, Freddy Martens (http://atstechlab.wordpress.com), // MindTheRobot (http://mindtherobot.com/blog/) and contributors // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met...
Java
// Copyright (c) 2010, Freddy Martens (http://atstechlab.wordpress.com), // MindTheRobot (http://mindtherobot.com/blog/) and contributors // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // ...
Java
package framework.automaton; import java.awt.Color; import javax.swing.ImageIcon; /** * This interface specifies the visual properties that should be associated * with the visual aspect of some single State object; the Mapping class * assigns each State object with some Visualization object. * * @au...
Java
package framework.automaton; import framework.grid.Grid; import framework.grid.Location; /** * This interface defines the methods that should be implemented by a given * plugin in order for the program to run. It specifies the cellular * automaton to be run, or in other words, the behavior of the automaton...
Java
package framework.automaton; import java.util.HashMap; import java.util.Map; /** * This concrete class pairs every State object with a Visualization object. * * @author Bill Ge, May Zhai, Alex Yoo */ public class Mapping { /** Map to keep track of the State->Visualization mappings, * with St...
Java
package framework.automaton.plugin; import framework.automaton.Logic; import framework.automaton.State; import framework.automaton.Updater; import framework.grid.Grid; /** * This Abstract Class clearly defines the methods that must be implemented by * the plugin to define how the cellular automaton will ru...
Java
package framework.automaton.plugin; import framework.automaton.Mapping; /** * This interface clearly defines the methods that must be implemented by the * plugin in order to define the GUI visualizations to be used. * * @author Bill Ge, May Zhai, Alex Yoo */ public interface VisualizationPlugin{ /**...
Java
package framework.automaton; /** * The Grid is essentially a 2-dimensional array of State Objects. * This interface defines a State, extending off of Comparable. The plugin * writes a subclass of this and provides information regarding that state . * * @author Bill Ge, Alex Yoo, May Zhai */ public inte...
Java
package framework.automaton; import java.util.ArrayList; import framework.grid.Grid; import framework.grid.Location; /** * This concrete class puts everything together and runs the automata * * @author Bill Ge, Alex Yoo, May Zhai */ public class Updater { /** * An ArrayList of Grids that st...
Java
package framework.grid; /** * This concrete class defines a way to reference a location within a Grid. * * @author Bill Ge, May Zhai, Alex Yoo * */ public class Location { /** int Constants referring to their respective cardinal directions. */ final static int NORTH = 0; final static int SOUTH =...
Java
package framework.grid; import java.util.ArrayList; import framework.automaton.State; /** * This interface outlines the methods that must be implemented by a Grid. * The Grid has references to multiple instances of type State. * * @author Bill Ge, May Zhai, Alex Yoo * */ public interface Grid{ ...
Java
package framework.GUI; import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Image; import java.awt.image.BufferedImage; import javax.swing.ImageIcon; import javax.swing.JPanel; import framework.automaton.Mapping; import framework.automat...
Java
package framework.GUI; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JPanel; import javax.swing.Timer; /** * Class implements the JPanel to be used in displaying the controls for the * model. This should be added to the MainFrame....
Java
package framework.GUI; import java.awt.Dimension; import javax.swing.BoxLayout; import javax.swing.JFrame; import framework.automaton.Logic; import framework.automaton.Mapping; import framework.automaton.Updater; import framework.grid.Grid; /** * Class defines the container for which the GUI will be d...
Java
package tests; import example.plugins.automaton.Constants; import example.plugins.automaton.ConwayState; import example.plugins.automaton.SquareGrid; import framework.grid.Location; /** * Class supports all the optional tests for the framework * @author Bill Ge, May Zhai, Alex Yoo * */ public class Ap...
Java
package example.plugins.automaton; import framework.automaton.State; /** * In this example plugin that creates Conway's Game of Life, this class is the * concrete State class, defining the states used in the game. In this example, * the two states, dead and alive, are represented by integers (see Constants)...
Java
package example.plugins.automaton; import java.util.ArrayList; import framework.automaton.State; import framework.grid.Grid; import framework.grid.Location; /** * Example of an implementation of a finite-sized square Grid that could be * used within the game. * * numRows = numCols * * @author B...
Java
package example.plugins.automaton; import framework.automaton.Logic; import framework.automaton.plugin.AutomatonPlugin; import framework.grid.Grid; import framework.grid.Location; /** * Example implementation of the automaton plugin for the framework. Implements * Conway's game of life (live/dead States, r...
Java
package example.plugins.automaton; /** * Each State is represented by an integer. * This example implements Conway's Game of Life. * @author May Zhai, Bill Ge, Alex Yoo * */ public class Constants { /**constant to be used in ConwayState to represent DEAD*/ public static final int DEAD = 0; /**consta...
Java
package example.plugins.automaton; import java.util.ArrayList; import framework.automaton.Logic; import framework.automaton.State; import framework.grid.Grid; import framework.grid.Location; /** * Defines the game logic that is used in Conway's Game of life * @author Bill Ge, May Zhai, Alex Yoo * */...
Java
package example.plugins.visualization; import example.plugins.automaton.Constants; import example.plugins.automaton.ConwayState; import framework.automaton.Mapping; import framework.automaton.Visualization; import framework.automaton.plugin.VisualizationPlugin; /** * Example visualization implementation for...
Java
package example.plugins.visualization; import java.awt.Color; import javax.swing.ImageIcon; import framework.automaton.Visualization; /** * Defines the display associated with a dead state * @author Bill Ge, May Zhai, Alex Yoo * */ public class DeadVisualization implements Visualization{ pub...
Java
package example.plugins.visualization; import java.awt.Color; import javax.swing.ImageIcon; import framework.automaton.Visualization; /** * Defines the display associated with an alive state * @author Bill Ge, May Zhai, Alex Yoo * */ public class AliveVisualization implements Visualization{ @Ove...
Java
package example.main; import tests.ApplicationTests; import example.plugins.automaton.ConwayAutomatonPlugin; import example.plugins.visualization.ConwayVisualizationPlugin; import framework.GUI.MainFrame; import framework.automaton.Mapping; import framework.automaton.Updater; import framework.automaton.plugin....
Java
package example.main; /** * Class is the driver of the program, puts everything together and runs it * @author Bill Ge, May Zhai, Alex Yoo * */ public interface DriverInterface { /** * Method will create the framework and connect the framework to at least two plugins * @param args */ public vo...
Java
/* Copyright 2011 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your optio...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your optio...
Java
/* Copyright 2010 Cesar Valiente Gordo This file is part of QuiteSleep. QuiteSleep is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any l...
Java