Home
last modified time | relevance | path

Searched refs:frame (Results 176 – 189 of 189) sorted by last modified time

12345678

/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DPort.java117 Port frame = new Port(); in main() local
118 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); in main()
119 frame.setSize(400, 320); in main()
120 frame.setVisible(true); in main()
H A DUserObject.java.bak193 UserObject frame = new UserObject();
194 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
195 frame.setSize(400, 320);
196 frame.setVisible(true);
H A DCustomCanvas.java.bak131 CustomCanvas frame = new CustomCanvas();
132 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
133 frame.setSize(400, 320);
134 frame.setVisible(true);
H A DClickHandler.java60 ClickHandler frame = new ClickHandler(); in main() local
61 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); in main()
62 frame.setSize(400, 320); in main()
63 frame.setVisible(true); in main()
H A DValidation.java.bak113 Validation frame = new Validation();
114 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
115 frame.setSize(400, 320);
116 frame.setVisible(true);
/plugin/jmol2/jmol/
H A DCHANGES.txt1151 # new feature: frame ALIGN {atoms} -- aligns frames around designated atoms in each frame
1152 # for example: frame ALIGN {C2} -- align each frame on C2/n where n is a frame number
1153 # for example: frame ALIGN {*} -- align all frames on center for that frame
1173 # frame *; MO HOMO
2186 # bug fix: quaternion frame "n" recognizes file-based H atoms on N for frame definition
3592 # bug fix: application animation frame button reset always goes to frame 1
3788 # new feature: frame title "this a title for THIS frame only"
4183 …x? for background model not available for multiple frame range (e.g. frame 2.0) or after invalid f…
4776 # TODO: frame menu
5894 # adds frame x.x - y.y
[all …]
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/flowplay2/flowplayer/
H A DREADME.txt44 - Now shows the first frame of video when autoPlay: false and autoBuffering: true
350 - If loop is off the player stops on the last frame of the clip
/plugin/flowplay/flowplayer/
H A DREADME.txt178 - If loop is off the player stops on the last frame of the clip
/plugin/zip/pear/
H A DPEAR.php1015 * @param int $frame (optional) what frame to fetch
1019 function getBacktrace($frame = null) argument
1024 if ($frame === null) {
1027 return $this->backtrace[$frame];
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …:1,abbr:1,optgroup:1,dt:1,button:1,isindex:1,p:1,small:1,div:1,dir:1,em:1,frame:1,meta:1,sub:1,bdo… property in hljs.HTML_TAGS

12345678