media.js revision 953:221a84ef44c0
198184Sgordon/*
298184Sgordon * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
398184Sgordon * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
498184Sgordon *
598184Sgordon * This code is free software; you can redistribute it and/or modify it
698184Sgordon * under the terms of the GNU General Public License version 2 only, as
798184Sgordon * published by the Free Software Foundation.  Oracle designates this
898184Sgordon * particular file as subject to the "Classpath" exception as provided
998184Sgordon * by Oracle in the LICENSE file that accompanied this code.
1098184Sgordon *
1198184Sgordon * This code is distributed in the hope that it will be useful, but WITHOUT
1298184Sgordon * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1398184Sgordon * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1498184Sgordon * version 2 for more details (a copy is included in the LICENSE file that
1598184Sgordon * accompanied this code).
1698184Sgordon *
1798184Sgordon * You should have received a copy of the GNU General Public License version
1898184Sgordon * 2 along with this work; if not, write to the Free Software Foundation,
1998184Sgordon * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2098184Sgordon *
2198184Sgordon * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2298184Sgordon * or visit www.oracle.com if you need additional information or have any
2398184Sgordon * questions.
2498184Sgordon */
2598184Sgordon
2698184Sgordonif (!this.JFX_BASE_CLASSES) {
2798184Sgordon    load("fx:base.js")
2898184Sgordon}
2998184Sgordon
30LOAD_FX_CLASSES(JFX_MEDIA_CLASSES);
31