This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.ArrayList; | |
import javax.swing.SwingWorker; | |
import javax.swing.event.ChangeEvent; | |
import javax.swing.event.ChangeListener; | |
import javax.swing.JFileChooser; | |
import netscape.javascript.*; | |
public class myApplet extends JApplet { | |
private ArrayList<String> imageList = new ArrayList<>(); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.box { border: 1px solid blue} | |
.Claim { position: relative; border: 1px solid black; background-color: gray; color: white; width:150px; margin: 10px; padding:5px;}; | |
.Claim.rollup { background-image:url('/_mnpstatic/images/rollup.png'); } | |
.Claim.sentpaid { background:url('https://photos-3.dropbox.com/t/0/AAAortjUeVUGW4iYJPqTDX2HcZUCeiMRBzL2EK-EKfRnSw/12/63880/png/2048x1536/3/1396656000/0/2/claim-statusicon-sent.png/s0SijiDrGBQstFA9alrQ-m5ocLriyburAPKUQH9mN0I') 10px 5px no-repeat, | |
url('https://photos-5.dropbox.com/t/0/AAD3ViyyG2CdRJtFVq4rg354QRGo_8bfb_3bm9c4xRsa-g/12/63880/png/2048x1536/3/1396656000/0/2/453-dollars-xsm-offset.png/B2gmBmBEe7tRM19C5mWptqz6d6yYZbR9fV7PybkO4cs') 0px 5px no-repeat, gray; cursor: pointer} | |
.Claim.status { padding-left: 60px;} | |
.modal-header { | |
border-bottom: 1px solid #428bca; | |
background-color: #5bc0de; | |
-webkit-border-top-left-radius: 5px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.box { border: 1px solid blue} | |
.Claim { position: relative; border: 1px solid black; background-color: gray; color: white; width:150px; margin: 10px; padding:5px;}; | |
.Claim.rollup { background-image:url('/_mnpstatic/images/rollup.png'); } | |
.Claim.sentpaid { background:url('https://photos-3.dropbox.com/t/0/AAAortjUeVUGW4iYJPqTDX2HcZUCeiMRBzL2EK-EKfRnSw/12/63880/png/2048x1536/3/1396656000/0/2/claim-statusicon-sent.png/s0SijiDrGBQstFA9alrQ-m5ocLriyburAPKUQH9mN0I') 10px 5px no-repeat, | |
url('https://photos-5.dropbox.com/t/0/AAD3ViyyG2CdRJtFVq4rg354QRGo_8bfb_3bm9c4xRsa-g/12/63880/png/2048x1536/3/1396656000/0/2/453-dollars-xsm-offset.png/B2gmBmBEe7tRM19C5mWptqz6d6yYZbR9fV7PybkO4cs') 0px 5px no-repeat, gray;} | |
.Claim.status { padding-left: 60px;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.box { border: 1px solid blue} | |
.Claim { position: relative; border: 1px solid black; background-color: gray; color: white; width:150px; margin: 10px; padding:5px;}; | |
.Claim.rollup { background-image:url('/_mnpstatic/images/rollup.png'); } | |
.Claim.sentpaid { background-image:url('https://photos-3.dropbox.com/t/0/AAAortjUeVUGW4iYJPqTDX2HcZUCeiMRBzL2EK-EKfRnSw/12/63880/png/2048x1536/3/1396656000/0/2/claim-statusicon-sent.png/s0SijiDrGBQstFA9alrQ-m5ocLriyburAPKUQH9mN0I'), url('https://photos-5.dropbox.com/t/0/AAD3ViyyG2CdRJtFVq4rg354QRGo_8bfb_3bm9c4xRsa-g/12/63880/png/2048x1536/3/1396656000/0/2/453-dollars-xsm-offset.png/B2gmBmBEe7tRM19C5mWptqz6d6yYZbR9fV7PybkO4cs'); background-repeat: no-repeat; background-position: 5px;} | |
.Claim.status { padding-left: 60px;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<input type="text" id="id"/> | |
<input type="text" id="name"/> |